Fixed *nix build.
--HG-- branch : trunk
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#ifndef TRINITYCORE_ARENATEAM_H
|
||||
#define TRINITYCORE_ARENATEAM_H
|
||||
|
||||
#include "QueryResult.h"
|
||||
|
||||
class WorldSession;
|
||||
|
||||
enum ArenaTeamCommandTypes
|
||||
{
|
||||
ERR_ARENA_TEAM_CREATE_S = 0x00,
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
#include "ArenaTeam.h"
|
||||
#include "BattlegroundMgr.h"
|
||||
#include "Chat.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "Log.h"
|
||||
|
||||
/*********************************************************/
|
||||
/*** BATTLEGROUND QUEUE SYSTEM ***/
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "Common.h"
|
||||
#include "DBCEnums.h"
|
||||
#include "Battleground.h"
|
||||
#include "EventProcessor.h"
|
||||
|
||||
//this container can't be deque, because deque doesn't like removing the last element - if you remove it, it invalidates next iterator and crash appears
|
||||
typedef std::list<Battleground*> BGFreeSlotQueueType;
|
||||
|
||||
@@ -22,11 +22,13 @@
|
||||
#define TRINITYCORE_CHAT_H
|
||||
|
||||
#include "SharedDefines.h"
|
||||
#include "Player.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class ChatHandler;
|
||||
class WorldSession;
|
||||
class WorldObject;
|
||||
class Creature;
|
||||
class Player;
|
||||
class Unit;
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#include "SharedDefines.h"
|
||||
#include "Timer.h"
|
||||
#include "Weather.h"
|
||||
#include <ace/Singleton.h>
|
||||
|
||||
class WeatherMgr
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user