mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 14:56:00 +00:00
added <unordered_set>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user