*Add a missing include to LootMgr.h, should fix *nix build.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-28 19:50:10 -07:00
parent d2b869d4e2
commit 14193ccc03

View File

@@ -24,6 +24,7 @@
#include "ItemEnchantmentMgr.h"
#include "ByteBuffer.h"
#include "Utilities/LinkedReference/RefManager.h"
#include "SharedDefines.h"
#include <map>
#include <vector>