summaryrefslogtreecommitdiff
path: root/src/net/worldinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-13 23:50:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-13 23:50:42 +0300
commit16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 (patch)
tree1db34fd6c50a1421ac186a3652f1e43494881286 /src/net/worldinfo.h
parentf5c004a94061cab1685fa063b039dc2eec29cbbe (diff)
downloadManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.gz
ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.bz2
ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.xz
ManaVerse-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.zip
Add vector.h for use different vectors.
Also replace <vector> include into "utils/vector.h"
Diffstat (limited to 'src/net/worldinfo.h')
-rw-r--r--src/net/worldinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/worldinfo.h b/src/net/worldinfo.h
index 7a1e21c9a..fbbb30bfa 100644
--- a/src/net/worldinfo.h
+++ b/src/net/worldinfo.h
@@ -23,6 +23,8 @@
#ifndef NET_WORLDINFO_H
#define NET_WORLDINFO_H
+#include "utils/vector.h"
+
#if defined(__GXX_EXPERIMENTAL_CXX0X__)
#if defined(__APPLE__)
#include <tr1/cstdint>
@@ -30,7 +32,6 @@
#endif // defined(__GXX_EXPERIMENTAL_CXX0X__)
#include <string>
-#include <vector>
#include "localconsts.h"