From 4d7f2ef6e52ce813c8c6537aa4fffc38e882ce01 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 30 Oct 2021 17:57:11 +0200 Subject: [PATCH] Part: [skip ci] include PartGlobal.h in ViewProviderExt.h --- src/Mod/Part/Gui/ViewProviderExt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/Gui/ViewProviderExt.h b/src/Mod/Part/Gui/ViewProviderExt.h index 2cb55c1873..4dcbd6ac5c 100644 --- a/src/Mod/Part/Gui/ViewProviderExt.h +++ b/src/Mod/Part/Gui/ViewProviderExt.h @@ -34,6 +34,7 @@ #include #include #include +#include class TopoDS_Shape; class TopoDS_Edge;