]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Migration to OCCT 7.0
authormpa <mpa@opencascade.com>
Wed, 24 Feb 2016 14:00:43 +0000 (17:00 +0300)
committervsr <vsr@opencascade.com>
Thu, 26 May 2016 06:39:26 +0000 (09:39 +0300)
src/NETGENPlugin/NETGENPlugin_Mesher.hxx

index 1e81fd6fe804a2652ec93e55a22b01549e009876..ed4dafcfa3c4831d8c8bae746c405cd6443fd0e8 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;