[Part] add missing include

needed since PR #5382

- also transfer another include
This commit is contained in:
Uwe
2022-01-21 01:07:38 +01:00
parent b3e52226fe
commit 39ed257eb4
2 changed files with 3 additions and 1 deletions

View File

@@ -280,6 +280,7 @@
#include <BRepCheck_Result.hxx>
#include <BRepCheck_ListIteratorOfListOfStatus.hxx>
#include <BRepProj_Projection.hxx>
#include <Poly_Connect.hxx>
#include <Poly_Triangulation.hxx>
#include <Poly_PolygonOnTriangulation.hxx>
#include <Poly_Polygon3D.hxx>
@@ -315,6 +316,8 @@
#include <gce_MakeParab.hxx>
#include <gce_MakeParab2d.hxx>
#include <CSLib.hxx>
#include <Geom2d_BezierCurve.hxx>
#include <Geom2d_BSplineCurve.hxx>
#include <Geom2d_Curve.hxx>

View File

@@ -94,7 +94,6 @@
#include "OpenCascadeAll.h"
#include <math_Gauss.hxx>
#include <math_Matrix.hxx>
#include <Poly_Connect.hxx>
#elif defined(FC_OS_WIN32)
#define WIN32_LEAN_AND_MEAN