summaryrefslogtreecommitdiff
path: root/src/common/inventorydata.hpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-07 16:50:47 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-07 16:50:47 +0000
commit04e694b067a21dee8e13368c17d1815cc0624ce4 (patch)
treea57ab98d76040838fa369e6823544baeb19d1bbc /src/common/inventorydata.hpp
parent60b4a57bdfe664a6729b3573a6a614621b6c2b2c (diff)
downloadmanaserv-04e694b067a21dee8e13368c17d1815cc0624ce4.tar.gz
manaserv-04e694b067a21dee8e13368c17d1815cc0624ce4.tar.bz2
manaserv-04e694b067a21dee8e13368c17d1815cc0624ce4.tar.xz
manaserv-04e694b067a21dee8e13368c17d1815cc0624ce4.zip
Simplified code by using map pointers only, instead of using both map IDs and map pointers.
Diffstat (limited to 'src/common/inventorydata.hpp')
-rw-r--r--src/common/inventorydata.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/inventorydata.hpp b/src/common/inventorydata.hpp
index 51cb034e..88bb7086 100644
--- a/src/common/inventorydata.hpp
+++ b/src/common/inventorydata.hpp
@@ -23,6 +23,8 @@
#ifndef _TMWSERV_COMMON_INVENTORYDATA_HPP_
#define _TMWSERV_COMMON_INVENTORYDATA_HPP_
+#include <vector>
+
/**
* Numbers of inventory slots
*/