fixed a missing include
authorMarek Moeckel <wansti@gmx.de>
Sat, 8 Oct 2005 10:28:03 +0000 (10:28 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sat, 8 Oct 2005 10:28:03 +0000 (10:28 +0000)
SVN-Revision: 2814

src/video/image_texture.hpp

index 9fe08af..80300dc 100644 (file)
@@ -2,6 +2,7 @@
 #define __SURFACE_TEXTURE_HPP__
 
 #include <string>
+#include <assert.h>
 #include "texture.hpp"
 
 class ImageTexture : public Texture