explicitly include unordered_map header (#122)

This commit is contained in:
Archez 2024-05-04 17:49:36 -04:00 committed by GitHub
commit de715da184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -420,6 +420,7 @@ void GameInteractor_SetTriforceHuntCreditsWarpActive(uint8_t state);
#ifdef __cplusplus
#include <thread>
#include <unordered_map>
#include <vector>
#include <functional>
#include <string>