mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 15:39:55 +00:00
fixed atomic
This commit is contained in:
parent
5d576c3344
commit
d34070f709
@ -559,6 +559,7 @@ typedef unsigned GLuint;
|
|||||||
#include "mingw.condition_variable.h"
|
#include "mingw.condition_variable.h"
|
||||||
#else
|
#else
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
#include <atomic>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user