Fixed windows compile

This commit is contained in:
Gabi Melman 2023-09-25 04:56:36 +03:00
parent 6de0ffa15f
commit 1797166190

View File

@ -16,11 +16,11 @@
#include <thread>
#ifdef _WIN32
#include <spdlog/details/windows_include.h>
#include <fileapi.h> // for FlushFileBuffers
#include <io.h> // for _get_osfhandle, _isatty, _fileno
#include <process.h> // for _get_pid
#include <spdlog/details/windows_include.h>
#ifdef __MINGW32__
#include <share.h>