From e65e4b81ea1c84355f649d9eac885ba1acb51c06 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 1 Sep 2020 11:26:31 +0200 Subject: [PATCH] QmlDesigner: Fix build of tests Amends b0c47267d812. Change-Id: I62c8007156a0f9cebdcc83c2f4cef135e19d27e2 Reviewed-by: Marco Bubke --- share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h b/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h index 449a9a2e4b2..6c3715dd5fc 100644 --- a/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h +++ b/share/qtcreator/qml/qmlpuppet/commands/captureddatacommand.h @@ -26,6 +26,7 @@ #pragma once #include +#include #include "imagecontainer.h"