[Part] Geom2d*: add more necessary includes
- these gp_* inlcudes are weird
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#ifndef _PreComp_
|
||||
# include <GCE2d_MakeCircle.hxx>
|
||||
# include <Geom2d_Circle.hxx>
|
||||
# include <gp_Circ2d.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifndef _PreComp_
|
||||
# include <GCE2d_MakeEllipse.hxx>
|
||||
# include <Geom2d_Ellipse.hxx>
|
||||
# include <gp_Elips2d.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifndef _PreComp_
|
||||
# include <GCE2d_MakeHyperbola.hxx>
|
||||
# include <Geom2d_Hyperbola.hxx>
|
||||
# include <gp_Hypr2d.hxx>
|
||||
#endif
|
||||
|
||||
#include <Base/GeometryPyCXX.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user