aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qmetaobjectpublisher_p.h
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2022-05-17 19:16:20 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2022-05-17 20:23:39 +0300
commit979e2bc57767385022d754fbf7da2b1aeb30fdb4 (patch)
tree7c00703abcfd6d0e570d0bf0d1ccd4f358ac30fb /src/webchannel/qmetaobjectpublisher_p.h
parent7b763f5f9e956b5df9c15cbe946d07c7fb93df1e (diff)
Fix missing includes
There's been recent header refactorings, this fixes the fallout. Pick-to: 6.3 6.2 Change-Id: I632f652ed12e151af6d1ad09c3ace510f60747ab Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/webchannel/qmetaobjectpublisher_p.h')
-rw-r--r--src/webchannel/qmetaobjectpublisher_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webchannel/qmetaobjectpublisher_p.h b/src/webchannel/qmetaobjectpublisher_p.h
index 2d25511..0a3739e 100644
--- a/src/webchannel/qmetaobjectpublisher_p.h
+++ b/src/webchannel/qmetaobjectpublisher_p.h
@@ -61,6 +61,7 @@
#include <QProperty>
#include <QJsonObject>
#include <QQueue>
+#include <QSet>
#include <unordered_map>