summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-06 20:29:54 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-03-17 17:14:37 +0100
commitcaed0c3ac3e86ee82dc2b64f2a60ef317e77268b (patch)
treee1f2ecfac3b53bf84ba0014d35ee2bdbeaf003b6 /src/gui/rhi/qrhigles2.cpp
parentffa5820fa3bf8b28675129919d748373d6c77827 (diff)
Gui: Do not depend on transitive includes
Change-Id: I27321235d9c8428de0cff1e22a618299b9e5a97f Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/gui/rhi/qrhigles2.cpp')
-rw-r--r--src/gui/rhi/qrhigles2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/rhi/qrhigles2.cpp b/src/gui/rhi/qrhigles2.cpp
index 09425e0bb3..a70f069191 100644
--- a/src/gui/rhi/qrhigles2.cpp
+++ b/src/gui/rhi/qrhigles2.cpp
@@ -41,6 +41,7 @@
#include <QWindow>
#include <QOffscreenSurface>
#include <QOpenGLContext>
+#include <QtCore/qmap.h>
#include <QtGui/private/qopenglextensions_p.h>
#include <QtGui/private/qopenglprogrambinarycache_p.h>
#include <qpa/qplatformopenglcontext.h>