Skip to content

Commit

Permalink
[Part] add missing include
Browse files Browse the repository at this point in the history
needed since PR #5382

- also transfer another include
  • Loading branch information
donovaly committed Jan 21, 2022
1 parent b3e5222 commit 39ed257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Mod/Part/App/OpenCascadeAll.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion src/Mod/Part/App/PreCompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ed257

Please sign in to comment.