[Part] CylinderPyImp.cpp: add missing include

This commit is contained in:
Uwe
2022-07-05 01:58:26 +02:00
parent 363a80c86c
commit f18ef718ad

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>