From: Marek Moeckel Date: Sat, 8 Oct 2005 10:28:03 +0000 (+0000) Subject: fixed a missing include X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2c3fdc0fde8636bc1aaa8b145e87fb280a38f979;p=supertux.git fixed a missing include SVN-Revision: 2814 --- diff --git a/src/video/image_texture.hpp b/src/video/image_texture.hpp index 9fe08af9e..80300dcc7 100644 --- a/src/video/image_texture.hpp +++ b/src/video/image_texture.hpp @@ -2,6 +2,7 @@ #define __SURFACE_TEXTURE_HPP__ #include +#include #include "texture.hpp" class ImageTexture : public Texture