aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/commands
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-10-08 12:55:35 +0200
committerhjk <hjk@qt.io>2020-10-08 11:16:09 +0000
commit41a51a63f53281f1c5040fd80b1e803e18299658 (patch)
treed3045cf1505dc184238bcd5acfba38b5046f69c0 /share/qtcreator/qml/qmlpuppet/commands
parent3ee70780b4b61fe10a56871916a42b4e4f06941d (diff)
ClangCodeModel, Puppet, CrashHandler: Compile with Qt6
Task-number: QTCREATORBUG-24098 Change-Id: Ic65e7a5dce0a512f48fb70915b9443ef7df2b787 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp
index 22482c8178..18370be9fc 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp
@@ -26,8 +26,10 @@
#include "valueschangedcommand.h"
#include "sharedmemory.h"
+
#include <QCache>
#include <QDebug>
+#include <QIODevice>
#include <cstring>