[9708] Compile fix under GCC.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2010-04-09 16:25:05 +02:00
parent 77c930249d
commit c6af8b7d3e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "AchievementMgr.h"
#include "Common.h" #include "Common.h"
#include "Player.h" #include "Player.h"
#include "WorldPacket.h" #include "WorldPacket.h"
@ -38,6 +37,7 @@
#include "BattleGroundAB.h" #include "BattleGroundAB.h"
#include "Map.h" #include "Map.h"
#include "InstanceData.h" #include "InstanceData.h"
#include "AchievementMgr.h"
#include "Policies/SingletonImp.h" #include "Policies/SingletonImp.h"

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9707" #define REVISION_NR "9708"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__