added <unordered_set>

This commit is contained in:
Zeno Rogue 2019-12-06 14:03:12 +01:00
parent 8386a14d6a
commit 1539d85a45
1 changed files with 2 additions and 0 deletions

View File

@ -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>