From 1797166190f03215a16d4ed72d15d04bbd326c3c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 25 Sep 2023 04:56:36 +0300 Subject: [PATCH] Fixed windows compile --- src/details/os.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/details/os.cpp b/src/details/os.cpp index 865ff04a..4bdf6c7e 100644 --- a/src/details/os.cpp +++ b/src/details/os.cpp @@ -16,11 +16,11 @@ #include #ifdef _WIN32 - + #include #include // for FlushFileBuffers #include // for _get_osfhandle, _isatty, _fileno #include // for _get_pid - #include + #ifdef __MINGW32__ #include