From 4927fd03ba47b001ca74828275f7d48d0b2abefc Mon Sep 17 00:00:00 2001 From: drakbar Date: Sun, 16 Jul 2023 21:00:23 -0500 Subject: [PATCH] move includes out of namespace --- include/spdlog/details/log_msg.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/spdlog/details/log_msg.h b/include/spdlog/details/log_msg.h index ec3976c3..c1911319 100644 --- a/include/spdlog/details/log_msg.h +++ b/include/spdlog/details/log_msg.h @@ -6,15 +6,16 @@ #include #include +#if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING) +# include +# include +#endif + namespace spdlog { namespace details { #if !defined(_WIN32) && defined(SPDLOG_EXTENDED_STLYING) - -#include -#include - enum class style_type { // reservation for data structures