summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2020-01-07 12:54:19 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2020-01-07 11:56:52 +0000
commit887058f621eb527483bc74cd18ef0850f59e14b6 (patch)
tree68a68ba7f4b5695a2ba1f218d71b802a35c29856
parentf75c4ea3f1f584ec1075aa2f3f9361a9a10e1a88 (diff)
downloadqt-creator-887058f621eb527483bc74cd18ef0850f59e14b6.tar.gz
Fix compilation
Change-Id: I98fe164f32bbe8c65a76b853f12ce7765a1c0f7e Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.h b/share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.h
index aa4dcd1a44..ff2ec93576 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.h
+++ b/share/qtcreator/qml/qmlpuppet/commands/puppettocreatorcommand.h
@@ -27,6 +27,7 @@
#include <qmetatype.h>
#include <QDataStream>
+#include <QVariant>
namespace QmlDesigner {