aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2017-04-15 12:43:02 +0200
committerGacko <gacko28@gmx.de>2017-04-15 12:43:19 +0200
commite90757f763a005cf31463f2beb8f7cf001cc7cb3 (patch)
treebe10b94af223d215849ff60e18c239696f967112
parent2a04599ed8f471e584b3e3f72b210a67a4f1ab1c (diff)
Fix non-PCH build.
Even on 3.3.5. What's PCH for?
-rw-r--r--src/server/scripts/Kalimdor/zone_orgrimmar.cpp1
-rw-r--r--src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp1
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