mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/Build: Fix non-PCH compile for Linux (don't know about Windows)
--HG-- branch : trunk
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "WorldLog.h"
|
||||
#include "Config.h"
|
||||
#include "Log.h"
|
||||
#include "DatabaseWorkerPool.h"
|
||||
|
||||
WorldLog::WorldLog() : i_file(NULL)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user