Commit b220bbb3 authored by daylanKifky's avatar daylanKifky

fix printf include

parent 5153b445
......@@ -20,7 +20,7 @@
#endif
#include "bundled/format.h"
#if defined(SPDLOG_FMT_PRINTF)
#include "bundled/fmt/printf.h"
#include "bundled/printf.h"
#endif
#else //external fmtlib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment