From 9e13696c80af9242b0bf4d6f7c284d8537bb7147 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 10 Mar 2020 11:47:56 +0100 Subject: Fix build after header shuffling in qtbase Fixes: QTBUG-82787 Change-Id: I3f3f1537f1f6c8b27306aedcd38d056e0fa984b2 Reviewed-by: Ulf Hermann --- src/extras/Styles/Flat/qquicktexthandle.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/extras/Styles/Flat/qquicktexthandle.cpp b/src/extras/Styles/Flat/qquicktexthandle.cpp index 6b8acb17..c55cf83d 100644 --- a/src/extras/Styles/Flat/qquicktexthandle.cpp +++ b/src/extras/Styles/Flat/qquicktexthandle.cpp @@ -39,6 +39,8 @@ #include "qquicktexthandle.h" +#include + QQuickTextHandle::QQuickTextHandle(QQuickItem *parent) : QQuickPaintedItem(parent) { -- cgit v1.2.1