mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
fixed atomic
This commit is contained in:
@@ -559,6 +559,7 @@ typedef unsigned GLuint;
|
||||
#include "mingw.condition_variable.h"
|
||||
#else
|
||||
#include <thread>
|
||||
#include <atomic>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user