diff options
| author | click <click@gonnamakeyou.com> | 2011-09-18 16:30:18 +0200 |
|---|---|---|
| committer | click <click@gonnamakeyou.com> | 2011-09-18 16:30:18 +0200 |
| commit | 872c2d4d6386ef778c5554eddf83beaf87aa3f3e (patch) | |
| tree | 51575c587ecdd99d6073564c7b911c74810f82d0 /src/server/scripts | |
| parent | 8ce80db6e6787ecb967c36e84791042eef5ac5e0 (diff) | |
Core/Build: Fix non-PCH builds
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp | 1 | ||||
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp index 7488db76907..9b062761edf 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_blood_queen_lana_thel.cpp @@ -20,6 +20,7 @@ #include "ScriptedCreature.h" #include "Spell.h" #include "SpellAuraEffects.h" +#include "GridNotifiers.h" #include "icecrown_citadel.h" enum Texts diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp index 94dac7e0344..b46c0653c09 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_rotface.cpp @@ -19,6 +19,7 @@ #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "SpellAuras.h" +#include "GridNotifiers.h" #include "icecrown_citadel.h" // KNOWN BUGS: |
