mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Add missing header for hashmaps
This commit is contained in:
parent
f97cc25732
commit
79d47778ef
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <map>
|
||||
#include <cstdint>
|
||||
|
||||
typedef std::map<int64_t, void*> Map;
|
||||
|
||||
|
|
Loading…
Reference in a new issue