From 7484a067006ad40c4a992fc0f8ec9d2c9186217e Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 8 Mar 2022 03:17:27 +0100 Subject: [PATCH] [Gui] intermediate compilation fix for Windows as reported here: https://forum.freecadweb.org/viewtopic.php?p=577678#p577678 --- src/Gui/Selection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Gui/Selection.h b/src/Gui/Selection.h index 3e2f9b4f31..e931f5e398 100644 --- a/src/Gui/Selection.h +++ b/src/Gui/Selection.h @@ -34,6 +34,8 @@ #include #include +#include "SelectionObject.h" + namespace App {