From f98510960e271189a8f54833827c7b1f3cc206e8 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 31 Mar 2021 09:02:03 +0200 Subject: [PATCH] QmlDesigner: Fix missing include Amends bd9a61fa27b. Change-Id: I890c0766931064f665aee9b6a705d4d7ce9a1e71 Reviewed-by: hjk --- .../components/annotationeditor/defaultannotations.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp index b5e0d548401..3623dceeb95 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp +++ b/src/plugins/qmldesigner/components/annotationeditor/defaultannotations.cpp @@ -30,6 +30,7 @@ #include #include #include +#include namespace QmlDesigner { DefaultAnnotationsModel::DefaultAnnotationsModel(QObject *parent)