Part: workaround for missing include in OCC >= 7.5

This commit is contained in:
wmayer
2022-05-04 16:32:50 +02:00
parent 6cfd7d21e8
commit 74c75b86a0

View File

@@ -25,10 +25,15 @@
#ifndef _PreComp_
# include <Precision.hxx>
# include <Standard_Failure.hxx>
# include <Standard_Version.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Solid.hxx>
#endif
#if OCC_VERSION_HEX >= 0x070500
# include <Message_ProgressRange.hxx>
#endif
#include "ShapeFix/ShapeFix_SolidPy.h"
#include "ShapeFix/ShapeFix_SolidPy.cpp"
#include "ShapeFix/ShapeFix_ShellPy.h"