Core: Fixed Non-PCH build

This commit is contained in:
Intel
2014-11-05 02:26:34 +02:00
parent 476f8b06d9
commit 9267c78a77
9 changed files with 10 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include "Common.h"
#include "DatabaseEnv.h"
#include "DBCStructure.h"
#include "ObjectGuid.h"
class Item;
class Player;

View File

@@ -22,6 +22,7 @@
#include "Common.h"
#include "SharedDefines.h"
#include "Define.h"
#include "ObjectGuid.h"
#define max_ge_check_delay DAY // 1 day in seconds

View File

@@ -20,6 +20,7 @@
#define TRINITY_MAIL_H
#include "Common.h"
#include "ObjectGuid.h"
#include <map>
struct AuctionEntry;

View File

@@ -21,6 +21,7 @@
#include <G3D/Quat.h>
#include "Spline.h"
#include "DBCStores.h"
#include "ObjectGuid.h"
struct KeyFrame;
struct GameObjectTemplate;

View File

@@ -18,6 +18,8 @@
#ifndef PacketBaseWorld_h__
#define PacketBaseWorld_h__
#include "WorldPacket.h"
namespace WorldPackets
{
class Packet

View File

@@ -18,6 +18,7 @@
#ifndef AuctionHousePackets_h__
#include "Packet.h"
#include "ObjectGuid.h"
class ObjectGuid;

View File

@@ -19,6 +19,7 @@
#define AuthenticationPacketsWorld_h__
#include "Packet.h"
#include "ObjectMgr.h"
#include "Util.h"
#include <SHA1.h>

View File

@@ -16,6 +16,7 @@
*/
#include "CharacterPackets.h"
#include "ObjectMgr.h"
WorldPackets::Character::CharEnumResult::CharacterInfo::CharacterInfo(Field* fields)
{

View File

@@ -35,7 +35,7 @@ namespace WorldPackets
WorldPacket const* Write() override;
std::list<::AddonInfo> const* Addons = nullptr;
std::list< ::AddonInfo> const* Addons = nullptr;
std::list<BannedAddon> const* BannedAddons = nullptr;
};