diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/egl/qeglproperties_p.h --- a/src/gui/egl/qeglproperties_p.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/egl/qeglproperties_p.h Thu Apr 08 14:19:33 2010 +0300 @@ -58,12 +58,17 @@ QT_BEGIN_INCLUDE_NAMESPACE +#if defined(QT_OPENGL_ES_2) +# include +#endif + #if defined(QT_GLES_EGL) -#include +# include #else -#include +# include #endif + #if defined(Q_WS_X11) // If included , then the global namespace // may have been polluted with X #define's. The following makes sure