aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-11-17 13:45:55 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-17 19:59:30 +0000
commite10b07c5ecadf827e131ec406546dad84d650327 (patch)
tree19ae6d65005d081d27384e8521d81f2e2ea11e3f /src/qml/qml/qqmlimport.cpp
parent7314603d850a2312136215c2a151227255168b19 (diff)
Add includes to fix build after changes in qtbase
Do not rely on QLoggingCategory being implicitly declared through other headers. Amends d17a49a5c593947a3a2f7aaa39137375e508a8fd. Change-Id: I59d1368f6fd8dbfc90fe873c7bef9cc79491425b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit d44dc4a25bf89931e6fd09433a9ad9ab4ae9dd7d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qml/qml/qqmlimport.cpp')
-rw-r--r--src/qml/qml/qqmlimport.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlimport.cpp b/src/qml/qml/qqmlimport.cpp
index 7088d25192..c5f5811755 100644
--- a/src/qml/qml/qqmlimport.cpp
+++ b/src/qml/qml/qqmlimport.cpp
@@ -46,6 +46,7 @@
#include <QtCore/qfileinfo.h>
#include <QtCore/qpluginloader.h>
#include <QtCore/qlibraryinfo.h>
+#include <QtCore/qloggingcategory.h>
#include <QtCore/qreadwritelock.h>
#include <QtQml/qqmlextensioninterface.h>
#include <QtQml/qqmlextensionplugin.h>