From ad3fc81db9cfb899fc72dfef175cd897c9a4b05c Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 12 Aug 2023 15:54:57 +0200 Subject: Core/Misc: Add missing Containers.h include where neccessary --- .../scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/scripts/EasternKingdoms/ShadowfangKeep') diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp index 8531267112a..2babe0a7e80 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "GridNotifiersImpl.h" #include "Group.h" #include "InstanceScript.h" -- cgit v1.2.3