From 7801fda46374535f13c8621ff350d563caba66cf Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 1 Sep 2022 14:14:32 +0200 Subject: [PATCH] ScxmlEditor: Fix missing include Amends 94d7e2efac35. Change-Id: I8220dbbd0cd30c7a0b2ca851b9486b7915a55a99 Reviewed-by: hjk --- src/plugins/scxmleditor/common/colorsettings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/scxmleditor/common/colorsettings.h b/src/plugins/scxmleditor/common/colorsettings.h index 46b4b84d961..3a3ab3cc3cf 100644 --- a/src/plugins/scxmleditor/common/colorsettings.h +++ b/src/plugins/scxmleditor/common/colorsettings.h @@ -4,6 +4,7 @@ #pragma once #include +#include QT_BEGIN_NAMESPACE class QComboBox;