wmayer patch for Win & OCC7 compat
This commit is contained in:
@@ -9,6 +9,8 @@ include_directories(
|
||||
${CMAKE_BINARY_DIR}/src
|
||||
${CMAKE_SOURCE_DIR}/src
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${QT_INCLUDE_DIR}
|
||||
${OCC_INCLUDE_DIR}
|
||||
|
||||
@@ -60,12 +60,12 @@
|
||||
#include <BRepMesh.hxx>
|
||||
|
||||
#include <BRepAdaptor_CompCurve.hxx>
|
||||
#include <Handle_BRepAdaptor_HCompCurve.hxx>
|
||||
#include <BRepAdaptor_HCompCurve.hxx>
|
||||
#include <Approx_Curve3d.hxx>
|
||||
#include <BRepAdaptor_HCurve.hxx>
|
||||
#include <Handle_BRepAdaptor_HCurve.hxx>
|
||||
#include <BRepAdaptor_HCurve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Handle_Geom_BSplineCurve.hxx>
|
||||
#include <Geom_BezierCurve.hxx>
|
||||
#include <GeomConvert_BSplineCurveToBezierCurve.hxx>
|
||||
#include <GeomConvert_BSplineCurveKnotSplitting.hxx>
|
||||
|
||||
@@ -81,12 +81,12 @@
|
||||
#include <BRepLProp_CurveTool.hxx>
|
||||
#include <BRepLProp_CLProps.hxx>
|
||||
|
||||
// # include <Handle_BRepAdaptor_HCompCurve.hxx>
|
||||
// # include <BRepAdaptor_HCompCurve.hxx>
|
||||
# include <Approx_Curve3d.hxx>
|
||||
|
||||
# include <BRepAdaptor_HCurve.hxx>
|
||||
#include <Handle_HLRBRep_Algo.hxx>
|
||||
#include <Handle_HLRBRep_Data.hxx>
|
||||
#include <HLRBRep_Algo.hxx>
|
||||
#include <HLRBRep_Data.hxx>
|
||||
# include <Geom_BSplineCurve.hxx>
|
||||
# include <Geom_BezierCurve.hxx>
|
||||
# include <GeomConvert_BSplineCurveToBezierCurve.hxx>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopoDS_Compound.hxx>
|
||||
#include <HLRBRep_Data.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
|
||||
#include <Base/Vector3D.h>
|
||||
@@ -34,7 +35,6 @@
|
||||
#include "Geometry.h"
|
||||
|
||||
class HLRBRep_Algo;
|
||||
class Handle_HLRBRep_Data;
|
||||
class HLRBRep_EdgeData;
|
||||
class TopoDS_Wire;
|
||||
class HLRBRep_HLRToShape;
|
||||
|
||||
Reference in New Issue
Block a user