From b9749d69f06e5160a9ac6fa9efd2215d38ddd333 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 6 Apr 2017 09:34:58 +0200 Subject: [PATCH] fix compile --- Geo/GModelIO_OCC.cpp | 2 ++ Geo/OCCFace.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index 6852106853..134a2e4d86 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -62,6 +62,7 @@ #include <Geom_BezierCurve.hxx> #include <Geom_Circle.hxx> #include <Geom_Ellipse.hxx> +#include <Geom_Surface.hxx> #include <Geom_TrimmedCurve.hxx> #include <IGESControl_Reader.hxx> #include <IGESControl_Writer.hxx> @@ -75,6 +76,7 @@ #include <ShapeFix_Wireframe.hxx> #include <Standard_Version.hxx> #include <TColgp_Array1OfPnt.hxx> +#include <TColgp_Array1OfPnt2d.hxx> #include <TopExp.hxx> #include <TopExp_Explorer.hxx> #include <TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx> diff --git a/Geo/OCCFace.cpp b/Geo/OCCFace.cpp index 406d67bc28..c1e9448ef8 100644 --- a/Geo/OCCFace.cpp +++ b/Geo/OCCFace.cpp @@ -31,7 +31,6 @@ #include <Geom_ToroidalSurface.hxx> #include <ShapeAnalysis.hxx> #include <Standard_Version.hxx> -#include <TColgp_Array1OfPnt2d.hxx> #include <TopExp_Explorer.hxx> #include <TopoDS.hxx> #include <gp_Pln.hxx> -- GitLab