summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-09-07 13:08:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-08 17:01:50 +0000
commit3c62097e47bbb51d38841eb0178277fcfba5a770 (patch)
treeacc104b1f864ad750043a927c3d8b29bf9f0a5ee
parenta5392c160dd3e1d4f64b82e8f0fe3a911f21b730 (diff)
xcb: fix the build of native painting
Fixes: QTBUG-106374 Change-Id: I91871078a0e09cdda8db4afd236a9746c72007f7 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: JiDe Zhang <zhangjide@uniontech.com> (cherry picked from commit 2585fa7c091715ba4766bf58a75ae8f632dbb37f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/plugins/platforms/xcb/nativepainting/qtessellator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/nativepainting/qtessellator.cpp b/src/plugins/platforms/xcb/nativepainting/qtessellator.cpp
index 3ea4afe54c..9d35b446bd 100644
--- a/src/plugins/platforms/xcb/nativepainting/qtessellator.cpp
+++ b/src/plugins/platforms/xcb/nativepainting/qtessellator.cpp
@@ -41,6 +41,7 @@
#include <QRect>
#include <QList>
+#include <QMap>
#include <QDebug>
#include <qmath.h>