Fix MinGW compilation issues

This commit is contained in:
Jonathan G Rennison
2021-10-29 21:18:19 +01:00
parent 5586d1a20a
commit 6bc3481931

View File

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