From c8ae543a3b649778d8f6e1b2d45faf3a4b1d4012 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Fri, 3 Sep 2010 10:03:23 +0200 Subject: Compile fix Note: the #ifdef matches the one around eglReleaseBuffer, but it may be that that should have checked for EGL instead of GL_ES --- src/opengl/qgl.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index 2145001..cd3121e 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -93,6 +93,9 @@ #include "qlibrary.h" #include +#ifdef QT_OPENGL_ES +#include +#endif // #define QT_GL_CONTEXT_RESOURCE_DEBUG -- cgit v0.12