From fc187b2b23c2e7b11e6246addb29f22f27bdea21 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 10 Aug 2017 17:22:30 -0700 Subject: [PATCH] Use GLES3 headers --- project/src/graphics/opengl/OpenGL.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/src/graphics/opengl/OpenGL.h b/project/src/graphics/opengl/OpenGL.h index 1831b9cba..9944447f3 100644 --- a/project/src/graphics/opengl/OpenGL.h +++ b/project/src/graphics/opengl/OpenGL.h @@ -5,14 +5,14 @@ #if defined (BLACKBERRY) || defined (ANDROID) || defined (WEBOS) || defined (GPH) || defined (EMSCRIPTEN) || defined (RASPBERRYPI) #define LIME_GLES -#include -#include +#include +#include #elif defined (TIZEN) #define LIME_GLES -#include -#include +#include +#include #elif defined (IPHONE) || defined(APPLETV)