summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-11-30 09:28:02 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-01 02:20:42 +0000
commite54f15ad56ca9741d9268f346a2d4edf9e75c2e4 (patch)
treeca44edbf668a388ead934148128d6649dd210fe2
parent21a573dd1681a36f54a587b9edb7c5869ad2db0e (diff)
Fix build with the latest qtbase
Change-Id: I66a3536ecaa2d5dded5a645c46f05c559b90eda4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit da019632bfc0227e2d0d0cc676a80a352fc27a62) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/api/qwebengineloadinginfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/api/qwebengineloadinginfo.h b/src/core/api/qwebengineloadinginfo.h
index b37dea609..0ff639cee 100644
--- a/src/core/api/qwebengineloadinginfo.h
+++ b/src/core/api/qwebengineloadinginfo.h
@@ -42,6 +42,7 @@
#include <QtWebEngineCore/qtwebenginecoreglobal.h>
+#include <QExplicitlySharedDataPointer>
#include <QtCore/qobject.h>
#include <QtCore/qurl.h>