Fix MinGW compilation issues

pull/332/head
Jonathan G Rennison 3 years ago
parent 5586d1a20a
commit 6bc3481931

@ -17,6 +17,7 @@
#include <mutex> #include <mutex>
#if defined(__MINGW32__) #if defined(__MINGW32__)
#include "3rdparty/mingw-std-threads/mingw.thread.h" #include "3rdparty/mingw-std-threads/mingw.thread.h"
#include "3rdparty/mingw-std-threads/mingw.mutex.h"
#endif #endif
/** /**

Loading…
Cancel
Save