Migration to OCCT 7.0

This commit is contained in:
mpa 2016-02-24 17:00:43 +03:00 committed by vsr
parent ee38aeb99f
commit af6e99578f

View File

@ -36,6 +36,8 @@
#include <SMESH_Algo.hxx> #include <SMESH_Algo.hxx>
#include <SMESH_ProxyMesh.hxx> #include <SMESH_ProxyMesh.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
namespace nglib { namespace nglib {
#include <nglib.h> #include <nglib.h>
} }
@ -49,7 +51,6 @@ class SMESH_Comment;
class SMESH_Mesh; class SMESH_Mesh;
class SMESH_MesherHelper; class SMESH_MesherHelper;
class TopoDS_Shape; class TopoDS_Shape;
class TopTools_IndexedMapOfShape;
class NETGENPlugin_Hypothesis; class NETGENPlugin_Hypothesis;
class NETGENPlugin_SimpleHypothesis_2D; class NETGENPlugin_SimpleHypothesis_2D;
class NETGENPlugin_Internals; class NETGENPlugin_Internals;