mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Fix non pch build
This commit is contained in:
@@ -20,11 +20,12 @@
|
||||
#define _MMAP_MANAGER_H
|
||||
|
||||
#include "Define.h"
|
||||
#include "DetourAlloc.h"
|
||||
#include "DetourNavMesh.h"
|
||||
#include "DetourNavMeshQuery.h"
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
// move map related classes
|
||||
namespace MMAP
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "DatabaseEnv.h"
|
||||
#include "Language.h"
|
||||
#include "Player.h"
|
||||
#include "ObjectAccessor.h"
|
||||
|
||||
ArenaTeamMgr::ArenaTeamMgr()
|
||||
{
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "Language.h"
|
||||
#include "Player.h"
|
||||
#include "Util.h"
|
||||
#include "ObjectAccessor.h"
|
||||
|
||||
// these variables aren't used outside of this file, so declare them only here
|
||||
uint32 BG_EY_HonorScoreTicks[BG_HONOR_MODE_NUM] =
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "BattlegroundMgr.h"
|
||||
#include "Player.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "ObjectAccessor.h"
|
||||
|
||||
// these variables aren't used outside of this file, so declare them only here
|
||||
enum BG_WSG_Rewards
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "TransportMgr.h"
|
||||
#include "DBCfmt.h"
|
||||
#include "Timer.h"
|
||||
#include "ObjectDefines.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#include "SocialMgr.h"
|
||||
#include "ArenaTeamMgr.h"
|
||||
#include "Opcodes.h"
|
||||
#include "ObjectAccessor.h"
|
||||
#include "ObjectMgr.h"
|
||||
|
||||
void WorldSession::HandleInspectArenaTeamsOpcode(WorldPacket& recvData)
|
||||
{
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "Unit.h"
|
||||
#include "Transport.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "Opcodes.h"
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user