From 89ab1ddbfba2b820090e46f89af33d412821274d Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 23 Sep 2021 10:57:22 +0200 Subject: [PATCH] Gui: include FCGlobal.h for export macro --- src/Gui/DlgPreferencesImp.h | 1 + src/Gui/PropertyPage.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Gui/DlgPreferencesImp.h b/src/Gui/DlgPreferencesImp.h index 172baba36d..a785e178db 100644 --- a/src/Gui/DlgPreferencesImp.h +++ b/src/Gui/DlgPreferencesImp.h @@ -26,6 +26,7 @@ #include #include +#include class QAbstractButton; class QListWidgetItem; diff --git a/src/Gui/PropertyPage.h b/src/Gui/PropertyPage.h index 1718d60019..486d42ea50 100644 --- a/src/Gui/PropertyPage.h +++ b/src/Gui/PropertyPage.h @@ -25,6 +25,7 @@ #define GUI_DIALOG_PROPERTYPAGE_H #include +#include namespace Gui { namespace Dialog {