Skip to content

Commit 63e9b70

Browse files
committed
Add missing #includes for OCC 6.8.0 specific #if
1 parent 16d400e commit 63e9b70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ifcconvert/OpenCascadeBasedSerializer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <BRepBuilderAPI_GTransform.hxx>
2525
#include <BRepBuilderAPI_Transform.hxx>
2626

27+
#include <Standard_Version.hxx>
28+
2729
#include "OpenCascadeBasedSerializer.h"
2830

2931
bool OpenCascadeBasedSerializer::ready() {

src/ifcgeom/IfcGeomShapes.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
#include <BRepCheck_Analyzer.hxx>
9494
#include <BRepClass3d_SolidClassifier.hxx>
9595

96+
#include <Standard_Version.hxx>
97+
9698
#include "../ifcgeom/IfcGeom.h"
9799

98100
bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolid* l, TopoDS_Shape& shape) {

0 commit comments

Comments
 (0)