From de715da1842ac3df36badacc9b66b50f7e850565 Mon Sep 17 00:00:00 2001 From: Archez Date: Sat, 4 May 2024 17:49:36 -0400 Subject: [PATCH] explicitly include unordered_map header (#122) --- soh/soh/Enhancements/game-interactor/GameInteractor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/game-interactor/GameInteractor.h b/soh/soh/Enhancements/game-interactor/GameInteractor.h index 17b6198b3..e0b1c1ce1 100644 --- a/soh/soh/Enhancements/game-interactor/GameInteractor.h +++ b/soh/soh/Enhancements/game-interactor/GameInteractor.h @@ -420,6 +420,7 @@ void GameInteractor_SetTriforceHuntCreditsWarpActive(uint8_t state); #ifdef __cplusplus #include +#include #include #include #include