diff options
author | ccrs <ccrs@users.noreply.github.com> | 2021-08-10 14:12:36 +0200 |
---|---|---|
committer | ccrs <ccrs@users.noreply.github.com> | 2021-08-10 14:12:36 +0200 |
commit | 71b5466cd723d74e7813ce4ae7cb772632723cdf (patch) | |
tree | aed4d0d8835450ac004076625192c5a447b52ffa | |
parent | 9c7f2544c872d820fbf649c2d5d509f04f38a899 (diff) |
Build: fix no-pch build
-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 63132aa1b13..d62d8cab4c0 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 |