diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <map> class Player; |