1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 14:27:37 +00:00

memory settings saved; adjusted for the lack of get_new_handler on steam

This commit is contained in:
Zeno Rogue
2019-06-13 19:19:15 +02:00
parent b93fe4e792
commit 609fc29119
3 changed files with 8 additions and 0 deletions

View File

@@ -402,6 +402,7 @@ extern "C" {
#include <set>
#include <random>
#include <complex>
#include <new>
#ifdef USE_UNORDERED_MAP
#include <unordered_map>