diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 5745d421..753b6d91 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -32,9 +32,11 @@ # define WIN32_LEAN_AND_MEAN # endif # include + #ifdef __MINGW32__ #include #endif + #elif __linux__ #include //Use gettid() syscall under linux to get thread id #include