]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
OCCT 7.0.0 porting mpa/OCCT-7.0.0_Porting
authormpa <mpa@opencascade.com>
Wed, 24 Feb 2016 14:00:43 +0000 (17:00 +0300)
committermpa <mpa@opencascade.com>
Wed, 24 Feb 2016 14:00:43 +0000 (17:00 +0300)
src/NETGENPlugin/NETGENPlugin_Mesher.hxx

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