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"
|
||||
#else
|
||||
#include <thread>
|
||||
#include <atomic>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user