diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 21:08:03 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-04 21:08:03 -0300 |
| commit | dc7a1894c513015c2c975587a60008bbf5a28301 (patch) | |
| tree | 507cab96d5974224e099ddc5a57a083761535b1c /src/server/scripts | |
| parent | 7547db88717be4d75c7628e3a7441ce9ad6a081d (diff) | |
Core/Scripts: add headers required for NoPCH build
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp | 1 | ||||
| -rw-r--r-- | src/server/scripts/Pet/pet_hunter.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp index 0aba111b6ae..1f7abd57471 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp @@ -15,6 +15,7 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "ScriptMgr.h" #include "SpellScript.h" enum Spells diff --git a/src/server/scripts/Pet/pet_hunter.cpp b/src/server/scripts/Pet/pet_hunter.cpp index e31969bf597..00baf6696f9 100644 --- a/src/server/scripts/Pet/pet_hunter.cpp +++ b/src/server/scripts/Pet/pet_hunter.cpp @@ -22,6 +22,7 @@ #include "ScriptMgr.h" #include "ScriptedCreature.h" +#include "SpellScript.h" enum HunterSpells { |
