aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-07 09:20:47 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-02-15 22:50:31 +0100
commit9dfdd3e0098159e49e1eefb5e3e76c03336b2cdd (patch)
tree66acebff98dd81d50f789cc149fefb55a77f8a39 /src/qmldebug
parentfac9448361d3f5fcbdc8d6b95096c74fb41f0ff4 (diff)
Make formerly transitive includes explicit
Change-Id: Ib10fc05dead6fcba222b9ef4cabcb92491bbdac3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmldebug')
-rw-r--r--src/qmldebug/qqmldebugconnection.cpp1
-rw-r--r--src/qmldebug/qqmlenginecontrolclient_p_p.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/qmldebug/qqmldebugconnection.cpp b/src/qmldebug/qqmldebugconnection.cpp
index 81b69d1216..0b078b4868 100644
--- a/src/qmldebug/qqmldebugconnection.cpp
+++ b/src/qmldebug/qqmldebugconnection.cpp
@@ -46,6 +46,7 @@
#include <QtCore/qeventloop.h>
#include <QtCore/qtimer.h>
+#include <QtCore/QHash>
#include <QtCore/qdatastream.h>
#include <QtNetwork/qlocalserver.h>
#include <QtNetwork/qlocalsocket.h>
diff --git a/src/qmldebug/qqmlenginecontrolclient_p_p.h b/src/qmldebug/qqmlenginecontrolclient_p_p.h
index 597ae23e3a..ec2cbd31f0 100644
--- a/src/qmldebug/qqmlenginecontrolclient_p_p.h
+++ b/src/qmldebug/qqmlenginecontrolclient_p_p.h
@@ -43,6 +43,8 @@
#include "qqmlenginecontrolclient_p.h"
#include "qqmldebugclient_p_p.h"
+#include <QtCore/QHash>
+
//
// W A R N I N G
// -------------