Add missing header for hashmaps

This commit is contained in:
MysterD 2023-03-27 15:58:53 -07:00
parent f97cc25732
commit 79d47778ef
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <map>
#include <cstdint>
typedef std::map<int64_t, void*> Map;