[Part] Geom2d*: add necessary includes

This commit is contained in:
Uwe
2022-07-09 18:15:02 +02:00
parent 53d67a537a
commit fc96cee7d5
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
# include <GCE2d_MakeArcOfCircle.hxx>
# include <Geom2d_Circle.hxx>
# include <Geom2d_TrimmedCurve.hxx>
# include <gp_Circ2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>

View File

@@ -25,6 +25,7 @@
# include <GCE2d_MakeArcOfEllipse.hxx>
# include <Geom2d_Ellipse.hxx>
# include <Geom2d_TrimmedCurve.hxx>
# include <gp_Elips2d.hxx>
#endif
#include "Geom2d/ArcOfEllipse2dPy.h"