[Part] CylinderPyImp.cpp: add missing include

This commit is contained in:
Uwe
2022-07-05 01:58:26 +02:00
parent f92b5b4b7f
commit 90d660260c

View File

@@ -25,6 +25,7 @@
# include <GC_MakeCylindricalSurface.hxx>
# include <Geom_Circle.hxx>
# include <Geom_CylindricalSurface.hxx>
# include <gp_Cylinder.hxx>
#endif
#include <Base/GeometryPyCXX.h>