summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 18:56:15 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 18:56:15 +0000
commit300c953376ea93e9ba8e3ba2b97173dcecd11239 (patch)
tree5fc5d3eab59e44efe6944aef97635450f9d20cf3 /src/game-server/map.cpp
parentc4dc68d8a2ebf9723b1cd83c5db6196b3eb58396 (diff)
downloadmanaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.gz
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.bz2
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.xz
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.zip
Fixed some compiler errors/warnings.
Diffstat (limited to 'src/game-server/map.cpp')
-rw-r--r--src/game-server/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index ceb48b04..8f6dacc7 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -24,6 +24,7 @@
#include <algorithm>
#include <queue>
#include <cassert>
+#include <cstring>
#include "game-server/map.hpp"