diff options
| author | click <click@gonnamakeyou.com> | 2013-03-07 22:21:21 +0100 |
|---|---|---|
| committer | click <click@gonnamakeyou.com> | 2013-03-07 22:21:21 +0100 |
| commit | 3a9c26225ef9737cac3095ab8aa24e271b9800f0 (patch) | |
| tree | ef73900bdd0dd89da892131cb77a3f1de343e60e /src/server/scripts/Spells | |
| parent | f84c6cc9c69c0623c4a27dcdfe275771e194269a (diff) | |
Core: Fix non-PCH compile (missing headers on some of the scripts)
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_holiday.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_holiday.cpp b/src/server/scripts/Spells/spell_holiday.cpp index 90bb689a9a9..37b6a202ed4 100644 --- a/src/server/scripts/Spells/spell_holiday.cpp +++ b/src/server/scripts/Spells/spell_holiday.cpp @@ -27,6 +27,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "CellImpl.h" // 45102 Romantic Picnic |
