[TD] attempt to fix CI compiler error

- reported here: https://gitlab.com/freecad/FreeCAD-CI/-/jobs/3127855862
(compiles fine with Visual Studio, thus I can only guess)
This commit is contained in:
Uwe
2022-10-05 04:08:20 +02:00
parent 6cfe77719e
commit 96550e3908

View File

@@ -34,6 +34,7 @@
#include <BRepTools.hxx>
#include <gp_Ax2.hxx>
#include <gp_Dir.hxx>
#include <gp_Trsf.hxx>
#include <gp_Vec.hxx>
#include <HLRBRep.hxx>
#include <HLRBRep_Algo.hxx>