summaryrefslogtreecommitdiff
path: root/src/game-server
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-13 12:01:30 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-13 12:01:30 +0000
commitf8d2860462c0b22cfc53c3b5c5aa271150f158cd (patch)
tree96dc2f00854851c65c90c4f9f6cdea3b8bb17578 /src/game-server
parentf531bb006d3eec68b56dc4acefc580a6b9d09138 (diff)
downloadmanaserv-f8d2860462c0b22cfc53c3b5c5aa271150f158cd.tar.gz
manaserv-f8d2860462c0b22cfc53c3b5c5aa271150f158cd.tar.bz2
manaserv-f8d2860462c0b22cfc53c3b5c5aa271150f158cd.tar.xz
manaserv-f8d2860462c0b22cfc53c3b5c5aa271150f158cd.zip
added assert header
Diffstat (limited to 'src/game-server')
-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 8ad9242a..c4f2c02e 100644
--- a/src/game-server/map.cpp
+++ b/src/game-server/map.cpp
@@ -23,6 +23,7 @@
#include <algorithm>
#include <queue>
+#include <cassert>
#include "game-server/map.hpp"