Fix compilation on MinGW
This commit is contained in:
@@ -31,8 +31,8 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
#if defined(__MINGW32__)
|
#if defined(__MINGW32__)
|
||||||
#include "../3rdparty/mingw-std-threads/mingw.mutex.h"
|
#include "3rdparty/mingw-std-threads/mingw.mutex.h"
|
||||||
#include "../3rdparty/mingw-std-threads/mingw.condition_variable.h"
|
#include "3rdparty/mingw-std-threads/mingw.condition_variable.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "safeguards.h"
|
#include "safeguards.h"
|
||||||
|
Reference in New Issue
Block a user