aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-01-13 17:07:25 -0300
committerariel- <ariel-@users.noreply.github.com>2018-01-13 17:07:25 -0300
commit31a3a6f0c5249d7d7547cb7732547dce21c1be0c (patch)
tree13e25c9f12f0c860b17f1b190bf29595acc7ccda /src/server/scripts
parent46e1e35a88f7dc4f6e6043ede4464a6a4bd7ac40 (diff)
Core: fix non pch build, redux
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Spells/spell_druid.cpp1
-rw-r--r--src/server/scripts/Spells/spell_warrior.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp
index 9f349f223f8..fd56e6fc1af 100644
--- a/src/server/scripts/Spells/spell_druid.cpp
+++ b/src/server/scripts/Spells/spell_druid.cpp
@@ -24,6 +24,7 @@
#include "ScriptMgr.h"
#include "Containers.h"
#include "GameTime.h"
+#include "Optional.h"
#include "Player.h"
#include "SpellAuraEffects.h"
#include "SpellHistory.h"
diff --git a/src/server/scripts/Spells/spell_warrior.cpp b/src/server/scripts/Spells/spell_warrior.cpp
index 0a735e39fea..d8e9ed66ad3 100644
--- a/src/server/scripts/Spells/spell_warrior.cpp
+++ b/src/server/scripts/Spells/spell_warrior.cpp
@@ -22,6 +22,7 @@
*/
#include "ScriptMgr.h"
+#include "Optional.h"
#include "Player.h"
#include "Random.h"
#include "SpellAuraEffects.h"