Part: Missing PCH header

This commit is contained in:
Abdullah Tahiri
2019-04-30 11:41:58 +02:00
committed by abdullahtahiriyo
parent 0238906d38
commit 3f42ee7664

View File

@@ -125,6 +125,9 @@
#include <BRepAlgoAPI_Cut.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
#include <BRepAlgoAPI_Section.hxx>
#if OCC_VERSION_HEX < 0x070300
# include <BRepAlgo_Fuse.hxx>
#endif
#include <BRepBndLib.hxx>
#include <Bnd_Box.hxx>
#include <BRepBuilderAPI.hxx>