From b33f80aa18a66a85508a9aa315092d0482d89638 Mon Sep 17 00:00:00 2001 From: Nay Date: Sat, 10 Aug 2013 16:00:58 +0100 Subject: Scripts/Pet: Fix non pch compile --- src/server/scripts/Pet/pet_dk.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/server/scripts/Pet/pet_dk.cpp b/src/server/scripts/Pet/pet_dk.cpp index aac2eb0f89e..31a6af2fc1c 100644 --- a/src/server/scripts/Pet/pet_dk.cpp +++ b/src/server/scripts/Pet/pet_dk.cpp @@ -23,7 +23,10 @@ #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "CombatAI.h" +#include "Cell.h" +#include "CellImpl.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" enum DeathKnightSpells { -- cgit v1.2.3