diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 1269c14a..f6fb0fe7 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -16,8 +16,13 @@ #include #include +#ifdef __has_include + #if __has_include() + #include + #endif +#endif + #ifdef SPDLOG_USE_STD_FORMAT - #include #if __cpp_lib_format >= 202207L #include #else