From d8a4668c77ba599767edf25ab4d3c97e91470b68 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 6 Jan 2023 16:44:11 +0100 Subject: Core/Misc: Add missing Containers.h include where neccessary --- .../scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/scripts/Argus') 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" -- cgit v1.2.3