X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fgl_texture.hpp;h=2bc3cc1540553f24c92dea93319254c14a28a58a;hb=7a0031e8f250c852743709ab06ecafe1896eefbe;hp=14532ccbeca3ac4e6d0e564f3c39877e02012a7c;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/video/gl_texture.hpp b/src/video/gl_texture.hpp index 14532ccbe..2bc3cc154 100644 --- a/src/video/gl_texture.hpp +++ b/src/video/gl_texture.hpp @@ -16,13 +16,13 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include - -#ifdef HAVE_OPENGL #ifndef __GL_TEXTURE_HPP__ #define __GL_TEXTURE_HPP__ +#ifdef HAVE_OPENGL + +#include #include #include "texture.hpp" @@ -95,3 +95,4 @@ namespace GL #endif #endif +