Fixed compilation without PCH enabled

please avoid to miss header files in your sources
This commit is contained in:
Yehonal
2016-08-19 23:32:46 +02:00
parent d8de9c9296
commit 6eaa77591d
142 changed files with 241 additions and 11 deletions

View File

@@ -5,8 +5,8 @@
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*/
#ifndef _FIELD_H
#define _FIELD_H
#ifndef AZEROTHCORE_FIELD_H
#define AZEROTHCORE_FIELD_H
#include "Common.h"
#include "Log.h"

View File

@@ -10,6 +10,7 @@
#include "AutoPtr.h"
#include <ace/Thread_Mutex.h>
#include "Errors.h"
#include "Field.h"
#ifdef _WIN32

View File

@@ -7,7 +7,7 @@
#ifndef _BYTEBUFFER_H
#define _BYTEBUFFER_H
#include "Define.h"
#include "Common.h"
#include "Errors.h"
#include "ByteConverter.h"

View File

@@ -7,6 +7,11 @@
#include "Util.h"
#include "Common.h"
#include "utf8.h"
#include "Log.h"
#include "DatabaseWorker.h"
#include "SQLOperation.h"
#include "Errors.h"
#include "TypeList.h"
#include "SFMT.h"
#include "Errors.h" // for ASSERT
#include <ace/TSS_T.h>