mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Added missing include to <spdlog/fmt/xchar.h>
This commit is contained in:
parent
3289e5ecae
commit
ad18d4e1cb
@ -64,6 +64,9 @@
|
|||||||
#if !defined(SPDLOG_USE_STD_FORMAT) && FMT_VERSION >= 80000 // backward compatibility with fmt versions older than 8
|
#if !defined(SPDLOG_USE_STD_FORMAT) && FMT_VERSION >= 80000 // backward compatibility with fmt versions older than 8
|
||||||
# define SPDLOG_FMT_RUNTIME(format_string) fmt::runtime(format_string)
|
# define SPDLOG_FMT_RUNTIME(format_string) fmt::runtime(format_string)
|
||||||
# define SPDLOG_FMT_STRING(format_string) FMT_STRING(format_string)
|
# define SPDLOG_FMT_STRING(format_string) FMT_STRING(format_string)
|
||||||
|
# if defined(SPDLOG_WCHAR_FILENAMES)
|
||||||
|
# include <spdlog/fmt/xchar.h>
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
# define SPDLOG_FMT_RUNTIME(format_string) format_string
|
# define SPDLOG_FMT_RUNTIME(format_string) format_string
|
||||||
# define SPDLOG_FMT_STRING(format_string) format_string
|
# define SPDLOG_FMT_STRING(format_string) format_string
|
||||||
|
Loading…
Reference in New Issue
Block a user