projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c1e9c
)
fixed a missing include
author
Marek Moeckel
<wansti@gmx.de>
Sat, 8 Oct 2005 10:28:03 +0000
(10:28 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Sat, 8 Oct 2005 10:28:03 +0000
(10:28 +0000)
SVN-Revision: 2814
src/video/image_texture.hpp
patch
|
blob
|
history
diff --git
a/src/video/image_texture.hpp
b/src/video/image_texture.hpp
index
9fe08af
..
80300dc
100644
(file)
--- a/
src/video/image_texture.hpp
+++ b/
src/video/image_texture.hpp
@@
-2,6
+2,7
@@
#define __SURFACE_TEXTURE_HPP__
#include <string>
+#include <assert.h>
#include "texture.hpp"
class ImageTexture : public Texture