From 58e1db3428ad124f2eb0037a4a4d1222210374ec Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 20 Jul 2009 22:50:36 +0200 Subject: [PATCH] *Fix build on *nixes -by GuguRD --HG-- branch : trunk --- src/game/SpellMgr.h | 2 ++ 1 file changed, 2 insertions(+) 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;