aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2014-01-24 06:19:52 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2014-01-24 06:19:52 +0100
commitabc1effd80fc5188ab005cfbea17a9af109798ad (patch)
tree4eac3ec2be85f2abb6015bbd5ca292c90914755d /src
parentb169d6bafb63d16958388793cdb7155c63312d4a (diff)
Core: Fix non pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/Auras/SpellAuraEffects.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
index 8ead8087d49..c769a0b6aea 100644
--- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp
+++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
@@ -33,6 +33,7 @@
#include "Formulas.h"
#include "GridNotifiers.h"
#include "GridNotifiersImpl.h"
+#include "CellImpl.h"
#include "ScriptMgr.h"
#include "Vehicle.h"
#include "Battlefield.h"