diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 01:49:08 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-18 01:49:08 +0100 |
| commit | 3f82ac9ea7e2367eeb52d5cbc6471f8d0d0f77ee (patch) | |
| tree | 0b392ef8c6474fd5a34e9430562ab3c51924e68a /src | |
| parent | 8c286f2b61ffd5237d9f60fa9c0d8c493e4279bd (diff) | |
Core: Fix non pch build
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Kalimdor/moonglade.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/scripts/Kalimdor/moonglade.cpp b/src/server/scripts/Kalimdor/moonglade.cpp index 1296163178e..f438275b82a 100644 --- a/src/server/scripts/Kalimdor/moonglade.cpp +++ b/src/server/scripts/Kalimdor/moonglade.cpp @@ -37,6 +37,9 @@ EndContentData */ #include "ScriptedGossip.h" #include "Player.h" #include "SpellInfo.h" +#include "Cell.h" +#include "CellImpl.h" +#include "GridNotifiers.h" /*###### ## npc_bunthen_plainswind |
