Core/Build: Fix non-PCH compile for Linux (don't know about Windows)

--HG--
branch : trunk
This commit is contained in:
runningnak3d
2010-09-02 17:55:55 -06:00
parent 7433768a55
commit a15c45808c
2 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#include "WorldLog.h"
#include "Config.h"
#include "Log.h"
#include "DatabaseWorkerPool.h"
WorldLog::WorldLog() : i_file(NULL)
{

View File

@@ -23,7 +23,8 @@
#include "Logging/Log.h"
#include "Field.h"
#include "DatabaseWorkerPool.h"
#include "WorldDatabase.h"
#include "Implementation/WorldDatabase.h"
#include "DatabaseEnv.h"
struct SqlDbc
{