diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2018-04-07 21:32:10 +0200 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2018-04-07 21:32:10 +0200 |
| commit | 5f897589f9b3d5677dc5d2382fcb7dd35696aaa7 (patch) | |
| tree | 6b4df449e8c47dd690a41a4b89ad238847aa2482 | |
| parent | 74defba5a7e3e0619ca05808936ebd74741e1472 (diff) | |
Core/Spells: Fixed non pch build
| -rw-r--r-- | src/server/scripts/Spells/spell_paladin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_paladin.cpp b/src/server/scripts/Spells/spell_paladin.cpp index 90dc0d335ee..9d1f94d3152 100644 --- a/src/server/scripts/Spells/spell_paladin.cpp +++ b/src/server/scripts/Spells/spell_paladin.cpp @@ -22,6 +22,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "GameTime.h" #include "Group.h" #include "Player.h" |
