projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec6aa4
)
- added missing assert header
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 30 May 2004 13:35:56 +0000
(13:35 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 30 May 2004 13:35:56 +0000
(13:35 +0000)
SVN-Revision: 1363
src/screen/drawing_context.cpp
patch
|
blob
|
history
diff --git
a/src/screen/drawing_context.cpp
b/src/screen/drawing_context.cpp
index
c01d13f
..
efee7a5
100644
(file)
--- a/
src/screen/drawing_context.cpp
+++ b/
src/screen/drawing_context.cpp
@@
-1,3
+1,4
@@
+#include <assert.h>
#include "drawing_context.h"
#include <iostream>