Add 3rd party mingw-std-threads headers to fix MinGW compilation
This commit is contained in:
		@@ -29,6 +29,10 @@
 | 
			
		||||
#include <imm.h>
 | 
			
		||||
#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"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include "../safeguards.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user