diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp index 6b56a38139..970d862766 100644 --- a/src/video/video_driver.hpp +++ b/src/video/video_driver.hpp @@ -22,6 +22,11 @@ #include #include #include +#if defined(__MINGW32__) +#include "../3rdparty/mingw-std-threads/mingw.mutex.h" +#include "../3rdparty/mingw-std-threads/mingw.condition_variable.h" +#include "../3rdparty/mingw-std-threads/mingw.thread.h" +#endif extern std::string _ini_videodriver; extern std::vector _resolutions;