Fix non pch build

This commit is contained in:
Gacko
2014-11-27 13:41:13 +01:00
parent 60de2169a9
commit c2e7845c94
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
*/
#include "DBCStores.h"
#include "DB2Stores.h"
#include "Containers.h"
#include "Log.h"
#include "SharedDefines.h"
+1
View File
@@ -22,6 +22,7 @@
#include "Spline.h"
#include "DBCStores.h"
#include "ObjectGuid.h"
#include "DB2Structure.h"
struct KeyFrame;
struct GameObjectTemplate;
@@ -19,6 +19,8 @@
#define ChatPackets_h__
#include "Packet.h"
#include "SharedDefines.h"
#include "ObjectGuid.h"
namespace WorldPackets
{
@@ -21,6 +21,8 @@
#include "Packet.h"
#include "ObjectGuid.h"
#include "WorldSession.h"
#include "G3D/Vector3.h"
#include "Object.h"
namespace WorldPackets
{
@@ -17,6 +17,7 @@
#include "MovementPackets.h"
#include "MovementTypedefs.h"
#include "Unit.h"
ByteBuffer& operator<<(ByteBuffer& data, G3D::Vector3 const& v)
{
@@ -20,6 +20,7 @@
#include "Packet.h"
#include "QuestDef.h"
#include "ObjectGuid.h"
namespace WorldPackets
{