summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Allen <r@foon.uk>2023-08-09 00:51:22 +0100
committerGitHub <noreply@github.com>2023-08-08 19:51:22 -0400
commit71a7a35c65481db47594ba2009908f1283d58be0 (patch)
tree7326dd3930dba536337767d67e7339e6e08358e3
parent505024b33eb1fcd00e3e9bb71f1355fa2ae6e9cf (diff)
Add missing #include <unordered_map> (#299)
-rw-r--r--ZAPD/GameConfig.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/GameConfig.cpp b/ZAPD/GameConfig.cpp
index b27e816..6384808 100644
--- a/ZAPD/GameConfig.cpp
+++ b/ZAPD/GameConfig.cpp
@@ -2,6 +2,7 @@
#include <functional>
#include <string_view>
+#include <unordered_map>
#include "Utils/Directory.h"
#include "Utils/File.h"