aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-28 19:50:10 -0700
committermaximius <none@none>2009-10-28 19:50:10 -0700
commit14193ccc035b14dea8565aa31420cce1a09647ce (patch)
tree876b4a88ed1d909d91074707b45ea2d3bd517e02 /src
parentd2b869d4e263f1f20cc8c23d12e532ef522605d6 (diff)
*Add a missing include to LootMgr.h, should fix *nix build.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/LootMgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/LootMgr.h b/src/game/LootMgr.h
index f436d644eab..5758242368e 100644
--- a/src/game/LootMgr.h
+++ b/src/game/LootMgr.h
@@ -24,6 +24,7 @@
#include "ItemEnchantmentMgr.h"
#include "ByteBuffer.h"
#include "Utilities/LinkedReference/RefManager.h"
+#include "SharedDefines.h"
#include <map>
#include <vector>