projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb7eb0
)
At least my compiler (g++ (GCC) 3.3.2) needs this include.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 24 Apr 2004 18:03:35 +0000
(18:03 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 24 Apr 2004 18:03:35 +0000
(18:03 +0000)
Anyway, there is still a crash to be fixed.
SVN-Revision: 687
src/menu.cpp
patch
|
blob
|
history
diff --git
a/src/menu.cpp
b/src/menu.cpp
index
b177878
..
bc1bf16
100644
(file)
--- a/
src/menu.cpp
+++ b/
src/menu.cpp
@@
-26,6
+26,7
@@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <assert.h>
#include "defines.h"
#include "globals.h"