diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index 4ba58cbf..18e3fb71 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -36,7 +36,7 @@ #include //Use gettid() syscall under linux to get thread id #include #else -#include +#include #endif #include "../common.h"