From 90d660260c68dbc182c78c8d5c6c8f9201b5a987 Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 5 Jul 2022 01:58:26 +0200 Subject: [PATCH] [Part] CylinderPyImp.cpp: add missing include --- src/Mod/Part/App/CylinderPyImp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/App/CylinderPyImp.cpp b/src/Mod/Part/App/CylinderPyImp.cpp index 198df5483e..7881dda880 100644 --- a/src/Mod/Part/App/CylinderPyImp.cpp +++ b/src/Mod/Part/App/CylinderPyImp.cpp @@ -25,6 +25,7 @@ # include # include # include +# include #endif #include