Core/LFG: Include ObjectMgr.h in LFGHandler (fixes nonPCH-compiles)

--HG--
branch : trunk
This commit is contained in:
click
2010-09-06 11:39:32 +02:00
parent 5709007b02
commit db0b166116

View File

@@ -21,6 +21,7 @@
#include "WorldSession.h"
#include "WorldPacket.h"
#include "Player.h"
#include "ObjectMgr.h"
void WorldSession::HandleLfgJoinOpcode(WorldPacket &recv_data)
{