summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2022-03-28 22:13:31 -0300
committerGitHub <noreply@github.com>2022-03-28 21:13:31 -0400
commitefae567d3917afa341bd843ba185b3bd66d57429 (patch)
tree517f0b894144dca6a45d066ea53f302fb2ac164b
parent89a0b26289a7bcb2e5cc450f2792e08b7bb276f9 (diff)
Add missing includes (#243)
-rw-r--r--ZAPD/OtherStructs/CutsceneMM_Commands.cpp1
-rw-r--r--ZAPD/OtherStructs/Cutscene_Commands.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
index 581ce0b..b69f473 100644
--- a/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
+++ b/ZAPD/OtherStructs/CutsceneMM_Commands.cpp
@@ -1,6 +1,7 @@
#include "CutsceneMM_Commands.h"
#include <cassert>
+#include <unordered_map>
#include "Utils/BitConverter.h"
#include "Utils/StringHelper.h"
diff --git a/ZAPD/OtherStructs/Cutscene_Commands.cpp b/ZAPD/OtherStructs/Cutscene_Commands.cpp
index c318959..a716176 100644
--- a/ZAPD/OtherStructs/Cutscene_Commands.cpp
+++ b/ZAPD/OtherStructs/Cutscene_Commands.cpp
@@ -1,6 +1,7 @@
#include "Cutscene_Commands.h"
#include <cassert>
+#include <unordered_map>
#include "CutsceneMM_Commands.h"
#include "Globals.h"