diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 8210500775b..43308a94143 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -32,6 +32,8 @@ #include "Utilities/UnorderedMap.h" +#include "Player.h" + #include class Player;