[TD] attempt to fix compilation with PCH after #8141

- also resort includes
This commit is contained in:
Uwe
2023-01-09 11:04:45 +01:00
parent a1e295e92d
commit e42f46a47b
13 changed files with 97 additions and 92 deletions

View File

@@ -23,17 +23,17 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <cstdlib>
#include <sstream>
# include <cstdlib>
# include <sstream>
#include <BRepBndLib.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <BRepExtrema_DistShapeShape.hxx>
#include <BRep_Builder.hxx>
#include <Bnd_Box.hxx>
#include <Geom_Line.hxx>
#include <TopoDS_Edge.hxx>
#include <gp_Pln.hxx>
# include <Bnd_Box.hxx>
# include <BRepBndLib.hxx>
# include <BRep_Builder.hxx>
# include <BRepBuilderAPI_MakeEdge.hxx>
# include <BRepExtrema_DistShapeShape.hxx>
# include <Geom_Line.hxx>
# include <gp_Pln.hxx>
# include <TopoDS_Edge.hxx>
#endif
#include <App/Document.h>