diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-02-14 16:36:56 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-02-14 16:36:56 -0300 |
commit | a93d74c8df26e836211092aaf79d0c199d25decc (patch) | |
tree | 418454c165f4c537022b2feede4f83e174e1eb49 /src | |
parent | 388eb93ce6e75c7345a9503f3e274bc89767f17b (diff) |
Core/Scripts: fix nopch
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_warlock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp index 8193399dc73..1232d524999 100644 --- a/src/server/scripts/Spells/spell_warlock.cpp +++ b/src/server/scripts/Spells/spell_warlock.cpp @@ -26,6 +26,7 @@ #include "GameObject.h" #include "Log.h" #include "ObjectMgr.h" +#include "Optional.h" #include "Player.h" #include "Random.h" #include "SpellAuraEffects.h" |