MinGW workaround with USE_github_com_meganz_mingw_std_threads
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
#include <vector>
|
||||
|
||||
#if defined(STD_THREAD_NOT_SUPPORTED)
|
||||
#include <nana/std_condition_variable.hpp>
|
||||
#include <nana/std_mutex.hpp>
|
||||
#include <nana/std_condition_variable.hpp>
|
||||
|
||||
#else
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
Reference in New Issue
Block a user