diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-24 06:19:52 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2014-01-24 06:19:52 +0100 |
commit | abc1effd80fc5188ab005cfbea17a9af109798ad (patch) | |
tree | 4eac3ec2be85f2abb6015bbd5ca292c90914755d /src | |
parent | b169d6bafb63d16958388793cdb7155c63312d4a (diff) |
Core: Fix non pch build
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 1 |
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" |