Part: [skip ci] work around OCCT bug

For certain OCCT versions in the file ShapeUpgrade_UnifyDomain a method of the class Precision is used but Precision.hxx is not included which can lead to a build failure.
This commit is contained in:
wmayer
2020-10-06 08:48:53 +02:00
parent 706a014ce9
commit 6badcaced6

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Precision.hxx>
# include <Standard_Failure.hxx>
#endif