diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-13 12:11:54 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-13 12:11:54 +0000 |
commit | c6915bd4a4fc4702094e5e6070b62651bb97bfdb (patch) | |
tree | 5da49c57d94e481112875b3c6070f82adb7ebca1 /src/map.cpp | |
parent | d2eff88e164b090faf937b0bedec482bdec1c621 (diff) | |
download | mana-c6915bd4a4fc4702094e5e6070b62651bb97bfdb.tar.gz mana-c6915bd4a4fc4702094e5e6070b62651bb97bfdb.tar.bz2 mana-c6915bd4a4fc4702094e5e6070b62651bb97bfdb.tar.xz mana-c6915bd4a4fc4702094e5e6070b62651bb97bfdb.zip |
included cassert header and fixed grammar in a comment.
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index afa2bcc5..f7b16427 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -25,6 +25,7 @@ #include <algorithm> #include <queue> +#include <cassert> #include "beingmanager.h" #include "game.h" |