aboutsummaryrefslogtreecommitdiff
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
parent46e1e35a88f7dc4f6e6043ede4464a6a4bd7ac40 (diff)
Core: fix non pch build, redux
-rw-r--r--src/server/game/Entities/Unit/Unit.h2
-rw-r--r--src/server/scripts/Spells/spell_druid.cpp1
-rw-r--r--src/server/scripts/Spells/spell_warrior.cpp1
3 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Entities/Unit/Unit.h b/src/server/game/Entities/Unit/Unit.h
index 99c3d395945..407168b4dab 100644
--- a/src/server/game/Entities/Unit/Unit.h
+++ b/src/server/game/Entities/Unit/Unit.h
@@ -24,7 +24,7 @@
#include "FollowerReference.h"
#include "FollowerRefManager.h"
#include "CombatManager.h"
-#include "Optional.h"
+#include "OptionalFwd.h"
#include "SpellAuraDefines.h"
#include "SpellDefines.h"
#include "ThreatManager.h"
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"