diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-01-13 17:07:25 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-13 17:07:25 -0300 |
| commit | 31a3a6f0c5249d7d7547cb7732547dce21c1be0c (patch) | |
| tree | 13e25c9f12f0c860b17f1b190bf29595acc7ccda /src/server/scripts | |
| parent | 46e1e35a88f7dc4f6e6043ede4464a6a4bd7ac40 (diff) | |
Core: fix non pch build, redux
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_druid.cpp | 1 | ||||
| -rw-r--r-- | src/server/scripts/Spells/spell_warrior.cpp | 1 |
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" |
