Salome HOME
PAL16202,16203 (Propagation 1D on edges group)
[modules/smesh.git] / src / StdMeshers / StdMeshers_Propagation.cxx
index 306ae1830b11493e3cf31c72aba4964bdc1c2815..64ff66f350fbb2f7a6efcc141f89889b80ff1017 100644 (file)
 #include "SMESH_Mesh.hxx"
 #include "SMESH_subMesh.hxx"
 
-#include <TopTools_MapOfShape.hxx>
-#include <TopTools_ListIteratorOfListOfShape.hxx>
 #include <BRepTools_WireExplorer.hxx>
+#include <TopTools_ListIteratorOfListOfShape.hxx>
+#include <TopTools_MapOfShape.hxx>
+#include <TopoDS.hxx>
 
 #define DBGMSG(txt) \
 //  cout << txt << endl;