mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-16 18:10:05 +00:00
fixed warnings for windows mingw
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <list>
|
||||
#include <queue>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS)
|
||||
#include "mingw/mingw.mutex.h"
|
||||
#else
|
||||
#include <mutex>
|
||||
|
||||
Reference in New Issue
Block a user