summaryrefslogtreecommitdiff
path: root/src/game-server/map.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/map.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/map.cpp')
-rw-r--r--src/game-server/map.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game-server/map.cpp b/src/game-server/map.cpp
index fc718918..3699b6da 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -21,10 +21,11 @@
* $Id$
*/
-#include "game-server/map.hpp"
-
+#include <algorithm>
#include <queue>
+#include "game-server/map.hpp"
+
MetaTile::MetaTile():
whichList(0)
{