mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 23:20:56 +00:00
Add missing #includes for OCC 6.8.0 specific #if
This commit is contained in:
@@ -24,6 +24,8 @@
|
|||||||
#include <BRepBuilderAPI_GTransform.hxx>
|
#include <BRepBuilderAPI_GTransform.hxx>
|
||||||
#include <BRepBuilderAPI_Transform.hxx>
|
#include <BRepBuilderAPI_Transform.hxx>
|
||||||
|
|
||||||
|
#include <Standard_Version.hxx>
|
||||||
|
|
||||||
#include "OpenCascadeBasedSerializer.h"
|
#include "OpenCascadeBasedSerializer.h"
|
||||||
|
|
||||||
bool OpenCascadeBasedSerializer::ready() {
|
bool OpenCascadeBasedSerializer::ready() {
|
||||||
|
|||||||
@@ -93,6 +93,8 @@
|
|||||||
#include <BRepCheck_Analyzer.hxx>
|
#include <BRepCheck_Analyzer.hxx>
|
||||||
#include <BRepClass3d_SolidClassifier.hxx>
|
#include <BRepClass3d_SolidClassifier.hxx>
|
||||||
|
|
||||||
|
#include <Standard_Version.hxx>
|
||||||
|
|
||||||
#include "../ifcgeom/IfcGeom.h"
|
#include "../ifcgeom/IfcGeom.h"
|
||||||
|
|
||||||
bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolid* l, TopoDS_Shape& shape) {
|
bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolid* l, TopoDS_Shape& shape) {
|
||||||
|
|||||||
Reference in New Issue
Block a user