mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:54:00 +08:00
14 lines
355 B
Diff
14 lines
355 B
Diff
|
diff --git a/bench/bench.cpp b/bench/bench.cpp
|
||
|
index 8a46837a6..ae47f047c 100644
|
||
|
--- a/bench/bench.cpp
|
||
|
+++ b/bench/bench.cpp
|
||
|
@@ -15,7 +15,7 @@
|
||
|
#if defined(SPDLOG_USE_STD_FORMAT)
|
||
|
# include <format>
|
||
|
#elif defined(SPDLOG_FMT_EXTERNAL)
|
||
|
-# include <fmt/locale.h>
|
||
|
+# include <fmt/format.h>
|
||
|
#else
|
||
|
# include "spdlog/fmt/bundled/format.h"
|
||
|
#endif
|