summaryrefslogtreecommitdiff
path: root/src/game-server/mapreader.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 08:11:49 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-27 08:11:49 +0000
commite0921ef6a874d81c569e46ae58fee3e6a4567902 (patch)
tree39616279d580b962964540f7057bf36fc467b419 /src/game-server/mapreader.cpp
parent9c99307af34ade061b1d4ac75ab39b3af510dc24 (diff)
downloadmanaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.gz
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.bz2
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.tar.xz
manaserv-e0921ef6a874d81c569e46ae58fee3e6a4567902.zip
Made it compile with GCC 4.3
Diffstat (limited to 'src/game-server/mapreader.cpp')
-rw-r--r--src/game-server/mapreader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/mapreader.cpp b/src/game-server/mapreader.cpp
index f961efd2..24ed3796 100644
--- a/src/game-server/mapreader.cpp
+++ b/src/game-server/mapreader.cpp
@@ -21,6 +21,8 @@
* $Id$
*/
+#include <cstring>
+
#include "game-server/mapreader.hpp"
#include "game-server/map.hpp"