aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Argus
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/Argus
parentdcb589946bf55fee1c1a78d99f4ee721ac799ef8 (diff)
Core/Misc: Add missing Containers.h include where neccessary
Diffstat (limited to 'src/server/scripts/Argus')
-rw-r--r--src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
index 0b86e21fd1a..b96956b9958 100644
--- a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
+++ b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
@@ -16,6 +16,7 @@
*/
#include "AreaTriggerAI.h"
+#include "Containers.h"
#include "CreatureAI.h"
#include "CreatureAIImpl.h"
#include "GridNotifiers.h"