From 311abcc43efa91fb2e394f12c1bae88c556b8b75 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 8 Aug 2022 10:22:59 +0200 Subject: [PATCH] Gui: [skip ci] include header with export macros --- src/Gui/DlgRunExternal.h | 1 + src/Gui/TaskView/TaskDialog.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Gui/DlgRunExternal.h b/src/Gui/DlgRunExternal.h index 8fd7033908..6988f31f37 100644 --- a/src/Gui/DlgRunExternal.h +++ b/src/Gui/DlgRunExternal.h @@ -25,6 +25,7 @@ #include #include +#include namespace Gui { namespace Dialog { diff --git a/src/Gui/TaskView/TaskDialog.h b/src/Gui/TaskView/TaskDialog.h index 6494023ff0..728f91b318 100644 --- a/src/Gui/TaskView/TaskDialog.h +++ b/src/Gui/TaskView/TaskDialog.h @@ -28,6 +28,7 @@ #include #include +#include namespace App {