From b3165893431696a8e6620c568fd124800791b917 Mon Sep 17 00:00:00 2001 From: BoilTask Date: Tue, 11 Aug 2020 10:54:20 +0800 Subject: [PATCH] Error when include boost --- include/spdlog/fmt/bundled/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/fmt/bundled/format-inl.h b/include/spdlog/fmt/bundled/format-inl.h index f632714d..e6af5baa 100644 --- a/include/spdlog/fmt/bundled/format-inl.h +++ b/include/spdlog/fmt/bundled/format-inl.h @@ -23,7 +23,7 @@ #ifdef _WIN32 # include -# include +# include #endif #ifdef _MSC_VER