Salome HOME
Migration to OCCT 7.0
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index c6e521fa147f1b266c6eacc34c3bb929149f8a26..918e28fb5081cf8d5c5b479a654c22be8d8f6b9c 100644 (file)
@@ -40,6 +40,7 @@
 
 #include <TopoDS_Shape.hxx>
 #include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
+#include <TopTools_ListOfShape.hxx>
 
 #include <map>
 #include <list>
@@ -53,7 +54,6 @@
 class SMESH_Gen;
 class SMESHDS_Document;
 class SMESH_Group;
-class TopTools_ListOfShape;
 class SMESH_subMesh;
 class SMESH_HypoFilter;
 class TopoDS_Solid;