]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMDS/SMDS_MeshIDFactory.hxx
Salome HOME
[Bug PAL7853] PAL-MESH-004 regress: Problem with presentation groups of Nodes in...
[modules/smesh.git] / src / SMDS / SMDS_MeshIDFactory.hxx
index 76ac5ee91f903b85a74ee9ef414c5d78d1dcd3b4..62b2d4c008235812d41c066a103e7fadeb5bb4fc 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "SMDS_MeshObject.hxx"
 #include <stack>
-using namespace std;
+
 
 class SMDS_MeshIDFactory:public SMDS_MeshObject
 {
@@ -40,7 +40,7 @@ class SMDS_MeshIDFactory:public SMDS_MeshObject
   protected:
        SMDS_MeshIDFactory();
        int myMaxID;
-       stack<int> myPoolOfID;
+       std::stack<int> myPoolOfID;
 };
 
 #endif