summaryrefslogtreecommitdiff
path: root/src/game-server/map.cpp
diff options
context:
space:
mode:
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)
{