diff options
author | Gacko <gacko28@gmx.de> | 2017-04-15 12:43:02 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2017-04-15 12:43:19 +0200 |
commit | e90757f763a005cf31463f2beb8f7cf001cc7cb3 (patch) | |
tree | be10b94af223d215849ff60e18c239696f967112 /src | |
parent | 2a04599ed8f471e584b3e3f72b210a67a4f1ab1c (diff) |
Fix non-PCH build.
Even on 3.3.5. What's PCH for?
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Kalimdor/zone_orgrimmar.cpp | 1 | ||||
-rw-r--r-- | src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Kalimdor/zone_orgrimmar.cpp b/src/server/scripts/Kalimdor/zone_orgrimmar.cpp index ed3207b336c..0ecbb19c1af 100644 --- a/src/server/scripts/Kalimdor/zone_orgrimmar.cpp +++ b/src/server/scripts/Kalimdor/zone_orgrimmar.cpp @@ -35,6 +35,7 @@ EndContentData */ #include "Cell.h" #include "CellImpl.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" /*###### ## npc_shenthul diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp index 2459e67bd20..ccc4c46ca07 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp @@ -23,6 +23,7 @@ #include "Cell.h" #include "CellImpl.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "PassiveAI.h" enum Says |