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