Core/PCH: Added WorldSocket.h include to PCH for worldserver.

--HG--
branch : trunk
This commit is contained in:
Xanadu
2010-11-08 23:40:26 +01:00
parent b6d2961e59
commit 5398ea3ac7

View File

@@ -1,3 +1,5 @@
#include "WorldSocket.h" // must be first to make ACE happy with ACE includes in it
#include "Common.h"
#include "World.h"
#include "Log.h"