mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
fix printf include
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "bundled/format.h"
|
#include "bundled/format.h"
|
||||||
#if defined(SPDLOG_FMT_PRINTF)
|
#if defined(SPDLOG_FMT_PRINTF)
|
||||||
#include "bundled/fmt/printf.h"
|
#include "bundled/printf.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else //external fmtlib
|
#else //external fmtlib
|
||||||
|
Reference in New Issue
Block a user