mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
fix inclusion of fmt
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
#include "bundled/core.h"
|
||||
#include "bundled/format.h"
|
||||
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
|
||||
#include <fmt/core.h>
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/core.h"
|
||||
#include "fmt/format.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user