mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +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