mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
d51b969a7d
* [spdlog] Update to 1.11.0 * [spdlog] backporting https://github.com/gabime/spdlog/pull/2545 * [spdlog] Add 1.11.0 to versions file * Remove patch header, add link to upstream merged PR, add quotes. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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
|