From e469ff5e88127621eae329b81cd171201c7ecead Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 23 Mar 2014 12:54:09 +0100 Subject: Fixed build without PCH --- .../Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp index 3e18213b745..3ecbb473ac2 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_icecrown_gunship_battle.cpp @@ -15,11 +15,17 @@ * with this program. If not, see . */ +#include "CellImpl.h" #include "CreatureTextMgr.h" +#include "GridNotifiersImpl.h" +#include "GossipDef.h" #include "MoveSpline.h" #include "MoveSplineInit.h" -#include "SpellScript.h" +#include "PassiveAI.h" #include "ScriptMgr.h" +#include "ScriptedCreature.h" +#include "SpellAuraEffects.h" +#include "SpellScript.h" #include "Transport.h" #include "TransportMgr.h" #include "Vehicle.h" -- cgit v1.2.3