diff options
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qglpixelbuffer.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/opengl/qglpixelbuffer.cpp b/src/opengl/qglpixelbuffer.cpp index 0af97e3..9b7a506 100644 --- a/src/opengl/qglpixelbuffer.cpp +++ b/src/opengl/qglpixelbuffer.cpp @@ -76,13 +76,16 @@ \sa {opengl/pbuffers}{Pbuffers Example} */ -#include <qglpixelbuffer.h> -#include <private/qglpixelbuffer_p.h> -#include <qimage.h> +#include <QtCore/qglobal.h> #if !defined(QT_OPENGL_ES_1) && !defined(QT_OPENGL_ES_1_CL) #include <private/qpaintengineex_opengl2_p.h> #endif + +#include <qglpixelbuffer.h> +#include <private/qglpixelbuffer_p.h> +#include <qimage.h> + #ifndef QT_OPENGL_ES_2 #include <private/qpaintengine_opengl_p.h> #endif |