diff options
author | ccrs <ccrs@users.noreply.github.com> | 2021-08-10 14:12:36 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-12 14:49:07 +0100 |
commit | a13def29e8e5730e09a56339c288c342757f7c69 (patch) | |
tree | 8f3b9f6b2781f114271071d316315df2eded47f9 | |
parent | 51d842a8bdf4fc5e9d606c1749e992c1a1b8d097 (diff) |
Build: fix no-pch build
(cherry picked from commit 71b5466cd723d74e7813ce4ae7cb772632723cdf)
-rw-r--r-- | src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_amanitar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_amanitar.cpp b/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_amanitar.cpp index 8aa18cb80a0..278f68b1364 100644 --- a/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_amanitar.cpp +++ b/src/server/scripts/Northrend/AzjolNerub/Ahnkahet/boss_amanitar.cpp @@ -15,10 +15,11 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "ScriptMgr.h" #include "ahnkahet.h" #include "InstanceScript.h" +#include "Player.h" #include "ScriptedCreature.h" +#include "ScriptMgr.h" #include "SpellScript.h" enum AmanitarSpells |