Part: workaround for missing include in OCC >= 7.5
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user