[Part] Geom2d*: add more necessary includes

- these gp_* inlcudes are weird
This commit is contained in:
Uwe
2022-07-09 18:43:18 +02:00
parent 22c130e475
commit e5be6dc241
5 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <GCE2d_MakeCircle.hxx>
# include <Geom2d_Circle.hxx>
# include <gp_Circ2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <GCE2d_MakeEllipse.hxx>
# include <Geom2d_Ellipse.hxx>
# include <gp_Elips2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <GCE2d_MakeHyperbola.hxx>
# include <Geom2d_Hyperbola.hxx>
# include <gp_Hypr2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>

View File

@@ -22,8 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Geom2d_Line.hxx>
# include <GCE2d_MakeLine.hxx>
# include <Geom2d_Line.hxx>
# include <gp_Lin2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>

View File

@@ -25,6 +25,7 @@
# include <GCE2d_MakeSegment.hxx>
# include <Geom2d_Line.hxx>
# include <Geom2d_TrimmedCurve.hxx>
# include <gp_Lin2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>