[TD] next attempt to fix CI compiler error

- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127909597
This commit is contained in:
Uwe
2022-10-05 04:19:50 +02:00
parent 934dbef946
commit f04cab01a4
2 changed files with 3 additions and 1 deletions

View File

@@ -325,7 +325,6 @@
// gp*
#include <gp_Ax1.hxx>
#include <gp_Dir.hxx>
#include <gp_Ax2.hxx>
#include <gp_Ax2d.hxx>
#include <gp_Ax3.hxx>
@@ -333,6 +332,7 @@
#include <gp_Circ2d.hxx>
#include <gp_Cone.hxx>
#include <gp_Cylinder.hxx>
#include <gp_Dir.hxx>
#include <gp_Dir2d.hxx>
#include <gp_Elips.hxx>
#include <gp_GTrsf.hxx>

View File

@@ -32,8 +32,10 @@
#include <BRepLib.hxx>
#include <BRepMesh_IncrementalMesh.hxx>
#include <BRepTools.hxx>
#include <gp_Ax1.hxx>
#include <gp_Ax2.hxx>
#include <gp_Dir.hxx>
#include <gp_Pnt.hxx>
#include <gp_Trsf.hxx>
#include <gp_Vec.hxx>
#include <HLRBRep.hxx>