diff options
author | Nay <dnpd.dd@gmail.com> | 2013-08-10 16:00:58 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-08-10 16:00:58 +0100 |
commit | b33f80aa18a66a85508a9aa315092d0482d89638 (patch) | |
tree | 5ec685189d6452fb7002bc8c71a8d85bbda96174 /src | |
parent | a6d2faf163c076e7913f375c6c645d21cb869b56 (diff) |
Scripts/Pet: Fix non pch compile
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Pet/pet_dk.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |