Skip to content
Snippets Groups Projects
Commit b9749d69 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent 47fbf841
Branches
Tags
No related merge requests found
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
#include <Geom_BezierCurve.hxx> #include <Geom_BezierCurve.hxx>
#include <Geom_Circle.hxx> #include <Geom_Circle.hxx>
#include <Geom_Ellipse.hxx> #include <Geom_Ellipse.hxx>
#include <Geom_Surface.hxx>
#include <Geom_TrimmedCurve.hxx> #include <Geom_TrimmedCurve.hxx>
#include <IGESControl_Reader.hxx> #include <IGESControl_Reader.hxx>
#include <IGESControl_Writer.hxx> #include <IGESControl_Writer.hxx>
...@@ -75,6 +76,7 @@ ...@@ -75,6 +76,7 @@
#include <ShapeFix_Wireframe.hxx> #include <ShapeFix_Wireframe.hxx>
#include <Standard_Version.hxx> #include <Standard_Version.hxx>
#include <TColgp_Array1OfPnt.hxx> #include <TColgp_Array1OfPnt.hxx>
#include <TColgp_Array1OfPnt2d.hxx>
#include <TopExp.hxx> #include <TopExp.hxx>
#include <TopExp_Explorer.hxx> #include <TopExp_Explorer.hxx>
#include <TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx> #include <TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx>
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <Geom_ToroidalSurface.hxx> #include <Geom_ToroidalSurface.hxx>
#include <ShapeAnalysis.hxx> #include <ShapeAnalysis.hxx>
#include <Standard_Version.hxx> #include <Standard_Version.hxx>
#include <TColgp_Array1OfPnt2d.hxx>
#include <TopExp_Explorer.hxx> #include <TopExp_Explorer.hxx>
#include <TopoDS.hxx> #include <TopoDS.hxx>
#include <gp_Pln.hxx> #include <gp_Pln.hxx>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment