[9758] Include SharedDefines.h to AchievementMgr.h for provided used enum type definition.

This commit is contained in:
VladimirMangos 2010-04-18 12:28:44 +04:00
parent 5b56c321c8
commit ead6468b13
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@
*/
#include "Common.h"
#include "AchievementMgr.h"
#include "Player.h"
#include "WorldPacket.h"
#include "DBCEnums.h"
@ -37,7 +38,6 @@
#include "BattleGroundAB.h"
#include "Map.h"
#include "InstanceData.h"
#include "AchievementMgr.h"
#include "Policies/SingletonImp.h"