[PartDesign] OCC7.3 regression replace include.. (#6402)

* [PD] OCC 7.3 needs Precision.hxx in header
This commit is contained in:
Syres916
2022-02-20 17:44:06 +00:00
committed by GitHub
parent 5c9e629db7
commit 5bf382eb0a

View File

@@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <BRepAlgoAPI_Cut.hxx>
# include <gp_Dir.hxx>
# include <Precision.hxx>
# include <TopExp_Explorer.hxx>
# include <TopoDS_Face.hxx>
#endif