vcpkg/ports/spdlog/fmt-header.patch
百地 希留耶 d51b969a7d
[spdlog] Update to 1.11.0 (#27771)
* [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>
2022-11-16 13:32:00 -08:00

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