diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/graphics/opengl/gltexture.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h index bc5cc2d0a0..944cdf221c 100644 --- a/backends/graphics/opengl/gltexture.h +++ b/backends/graphics/opengl/gltexture.h @@ -36,6 +36,9 @@ #include <GLES/gl.h> #elif defined(MACOSX) #include <OpenGL/gl.h> +#elif defined(WIN32) +#include <GL/gl.h> +#include <GL/glext.h> #else #include <GL/gl.h> #endif |