Salome HOME
Porting to CAS-6.2.1sp1
authormaintenance team <salome-mnt@opencascade.com>
Wed, 20 Feb 2008 09:39:08 +0000 (09:39 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 20 Feb 2008 09:39:08 +0000 (09:39 +0000)
src/StdMeshers/StdMeshers_Distribution.hxx
src/StdMeshers/StdMeshers_Penta_3D.cxx
src/StdMeshers/StdMeshers_ProjectionUtils.cxx

index 2dafda44ba83c375cfa82b056a38c0df4c14ce92..831a94441d60abce6d9b88c5a263061f14454f8a 100644 (file)
@@ -29,6 +29,8 @@
 #ifndef _STD_MESHERS_DISTRIBUTION_HXX_
 #define _STD_MESHERS_DISTRIBUTION_HXX_
 
+using namespace std;
+
 #include "SMESH_StdMeshers.hxx"
 
 #include <vector>
index 4030cdfce3c7b8f362c41277f6b01bd2f30e45e8..8f3d233a280a14363d6cb214dc7d3b323891111b 100644 (file)
@@ -24,6 +24,8 @@
 //  File   : StdMeshers_Penta_3D.cxx
 //  Module : SMESH
 
+using namespace std;
+
 #include "StdMeshers_Penta_3D.hxx"
 
 #include "utilities.h"
index 3e143481a8183b2ee5368d6528e74ca05e53b5df..3b69a201f4612ce648f92389c883be8da7489828 100644 (file)
@@ -25,6 +25,7 @@
 // Created   : Fri Oct 27 10:24:28 2006
 // Author    : Edward AGAPOV (eap)
 
+using namespace std;
 
 #include "StdMeshers_ProjectionUtils.hxx"