aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-14 16:36:56 -0300
committerariel- <ariel-@users.noreply.github.com>2018-02-14 16:36:56 -0300
commita93d74c8df26e836211092aaf79d0c199d25decc (patch)
tree418454c165f4c537022b2feede4f83e174e1eb49 /src
parent388eb93ce6e75c7345a9503f3e274bc89767f17b (diff)
Core/Scripts: fix nopch
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp1
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"