From f18ef718ad26ecd7bca0abea95360ec5bb997aa1 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