summaryrefslogtreecommitdiff
path: root/src/scripts/Pet/pet_priest.cpp
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-19 23:32:46 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-19 23:33:02 +0200
commit6eaa77591ddbc38032f831be50e23347ea6b5fcc (patch)
tree67b834e3b228de1a6bae968fe31bd474d1c0b574 /src/scripts/Pet/pet_priest.cpp
parentd8de9c92964a3d46765cdc29dde7482384c6becf (diff)
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
Diffstat (limited to 'src/scripts/Pet/pet_priest.cpp')
-rw-r--r--src/scripts/Pet/pet_priest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/Pet/pet_priest.cpp b/src/scripts/Pet/pet_priest.cpp
index e026b5c892..44e19c2c16 100644
--- a/src/scripts/Pet/pet_priest.cpp
+++ b/src/scripts/Pet/pet_priest.cpp
@@ -11,6 +11,7 @@
*/
#include "ScriptMgr.h"
+#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "PassiveAI.h"
#include "PetAI.h"