[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"

View file

@ -23,6 +23,7 @@
#include "Database/DatabaseEnv.h"
#include "DBCEnums.h"
#include "DBCStores.h"
#include "SharedDefines.h"
#include <map>
#include <string>

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9757"
#define REVISION_NR "9758"
#endif // __REVISION_NR_H__