diff options
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qglpaintdevice.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/opengl/qglpaintdevice.cpp b/src/opengl/qglpaintdevice.cpp index 19db6c0..e68a4b9 100644 --- a/src/opengl/qglpaintdevice.cpp +++ b/src/opengl/qglpaintdevice.cpp @@ -49,6 +49,10 @@ #include <private/qpixmapdata_gl_p.h> #endif +#if defined(QT_OPENGL_ES_1_CL) +#include "qgl_cl_p.h" +#endif + QT_BEGIN_NAMESPACE QGLPaintDevice::QGLPaintDevice() |