Add missing #includes for OCC 6.8.0 specific #if

This commit is contained in:
Thomas Krijnen
2015-02-06 14:20:33 +00:00
parent 16d400e192
commit 63e9b706c1
2 changed files with 4 additions and 0 deletions
@@ -24,6 +24,8 @@
#include <BRepBuilderAPI_GTransform.hxx>
#include <BRepBuilderAPI_Transform.hxx>
#include <Standard_Version.hxx>
#include "OpenCascadeBasedSerializer.h"
bool OpenCascadeBasedSerializer::ready() {
+2
View File
@@ -93,6 +93,8 @@
#include <BRepCheck_Analyzer.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <Standard_Version.hxx>
#include "../ifcgeom/IfcGeom.h"
bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolid* l, TopoDS_Shape& shape) {