From c80f6f0941c4a64814b4b7ea85c5299cd28a09b4 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 1 Apr 2017 16:11:25 +0200 Subject: [PATCH] add missing header --- src/Gui/ActionFunction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/ActionFunction.h b/src/Gui/ActionFunction.h index 1a0f46e4b9..a05b240dfc 100644 --- a/src/Gui/ActionFunction.h +++ b/src/Gui/ActionFunction.h @@ -25,6 +25,7 @@ #define GUI_ACTIONFUNCTION_H #include +#include #include class QAction;