aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ScarletMonastery
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-06 16:44:11 +0100
committerShauren <shauren.trinity@gmail.com>2023-01-06 16:44:11 +0100
commitd8a4668c77ba599767edf25ab4d3c97e91470b68 (patch)
tree4a29c51f6f1b3242046334f828c69a1b88bc7545 /src/server/scripts/EasternKingdoms/ScarletMonastery
parentdcb589946bf55fee1c1a78d99f4ee721ac799ef8 (diff)
Core/Misc: Add missing Containers.h include where neccessary
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ScarletMonastery')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
index 6364e35974a..8342512a234 100644
--- a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
@@ -16,6 +16,7 @@
*/
#include "scarlet_monastery.h"
+#include "Containers.h"
#include "CreatureTextMgr.h"
#include "GameObject.h"
#include "GameObjectAI.h"