summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ast/npc.hpp2
-rw-r--r--src/map/script-call-internal.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ast/npc.hpp b/src/ast/npc.hpp
index ca6479e..6e7db1b 100644
--- a/src/ast/npc.hpp
+++ b/src/ast/npc.hpp
@@ -34,6 +34,8 @@
#include "script.hpp"
+#include <vector>
+
namespace tmwa
{
diff --git a/src/map/script-call-internal.hpp b/src/map/script-call-internal.hpp
index da6c082..3c63059 100644
--- a/src/map/script-call-internal.hpp
+++ b/src/map/script-call-internal.hpp
@@ -29,6 +29,8 @@
#include "../generic/db.hpp"
#include "script-persist.hpp"
+#include <vector>
+
namespace tmwa
{