Salome HOME
Qt4 porting.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index 1a3f71f69a6d9dd74cef5da7668cf29fc44cd36e..3cfbaf35400798eefe23920d146a48c113da9cf0 100644 (file)
@@ -1041,7 +1041,7 @@ namespace SMESH
       if(FindActorByEntry(theIO->getEntry())){
        TColStd_IndexedMapOfInteger aMapIndex;
        theMgr->GetIndexes(theIO,aMapIndex);
-       typedef set<int> TIdContainer;
+       typedef std::set<int> TIdContainer;
        TIdContainer anIdContainer;
        for( int i = 1; i <= aMapIndex.Extent(); i++)
          anIdContainer.insert(aMapIndex(i));