projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c96075
)
Just added a missing header.
author
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 20 May 2004 15:09:58 +0000
(15:09 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Thu, 20 May 2004 15:09:58 +0000
(15:09 +0000)
SVN-Revision: 1280
src/tilemap.cpp
patch
|
blob
|
history
diff --git
a/src/tilemap.cpp
b/src/tilemap.cpp
index
ba560c6
..
67b3f4d
100644
(file)
--- a/
src/tilemap.cpp
+++ b/
src/tilemap.cpp
@@
-1,3
+1,5
@@
+#include <assert.h>
+
#include "tilemap.h"
#include "display_manager.h"
#include "level.h"