mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-02 00:37:03 +00:00
added <unordered_set>
This commit is contained in:
parent
8386a14d6a
commit
1539d85a45
@ -423,8 +423,10 @@ extern "C" {
|
||||
|
||||
#ifdef USE_UNORDERED_MAP
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#else
|
||||
#define unordered_map map
|
||||
#define unordered_set set
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user