[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 96550e3908
commit 5e546ee582
2 changed files with 3 additions and 1 deletions

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>