From 5931a3d6f8d9de22d4fda57afcdcbe8bff2f1e5c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 25 Sep 2023 04:58:45 +0300 Subject: [PATCH] Fixed windows compile --- include/spdlog/details/os-inl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 7027e531..9361eb12 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -22,11 +22,10 @@ #include #ifdef _WIN32 - + #include #include // for FlushFileBuffers #include // for _get_osfhandle, _isatty, _fileno - #include // for _get_pid - #include + #include // for _get_pid #ifdef __MINGW32__ #include