Fix compilation on MinGW

This commit is contained in:
Jonathan G Rennison
2019-10-12 01:17:41 +01:00
parent 03fbe87752
commit 2ba5b2531e

View File

@@ -31,8 +31,8 @@
#include <mutex>
#include <condition_variable>
#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.mutex.h"
#include "3rdparty/mingw-std-threads/mingw.condition_variable.h"
#endif
#include "safeguards.h"