From 7c6e66dad9d39eb149b9e8e44e1954ffc72fe716 Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Sat, 10 May 2014 17:00:37 -0300 Subject: [PATCH] Include gl2platform.h in SDL_opengles2.h so we play nice with GLEW. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on feedback from Sven Bergström --- include/SDL_opengles2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_opengles2.h b/include/SDL_opengles2.h index 2c0547923..d43e94270 100644 --- a/include/SDL_opengles2.h +++ b/include/SDL_opengles2.h @@ -29,6 +29,7 @@ #include #include #else +#include #include #include #endif