Salome HOME
Bug IPAL19442 - Qt4 porting. Merge nodes. Add, Remove, Edit selected group don't...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SingleEditDlg.cxx
index 43e14a20394467faa8efb3bc334ad6abfef807f1..c6710d6cd815597b9db870463c9e8956e66db564 100755 (executable)
@@ -310,7 +310,7 @@ static bool findTriangles (const SMDS_MeshNode *    theNode1,
 
   theTria1 = theTria2 = 0;
 
-  set< const SMDS_MeshElement* > emap;
+  std::set< const SMDS_MeshElement* > emap;
   SMDS_ElemIteratorPtr it = theNode1->GetInverseElementIterator();
   while (it->more()) {
     const SMDS_MeshElement* elem = it->next();