diff options
Diffstat (limited to 'src/gui/kernel/qopenglcontext.h')
-rw-r--r-- | src/gui/kernel/qopenglcontext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/kernel/qopenglcontext.h b/src/gui/kernel/qopenglcontext.h index 36c3ed3a677..90395b62093 100644 --- a/src/gui/kernel/qopenglcontext.h +++ b/src/gui/kernel/qopenglcontext.h @@ -45,8 +45,9 @@ #ifndef QT_NO_OPENGL #include <QtCore/qnamespace.h> -#include <QtCore/QObject> -#include <QtCore/QScopedPointer> +#include <QtCore/qobject.h> +#include <QtCore/qscopedpointer.h> +#include <QtCore/qset.h> #include <QtCore/qnativeinterface.h> #include <QtGui/QSurfaceFormat> |