Salome HOME
Porting to CAS-6.2.1sp1
authormaintenance team <salome-mnt@opencascade.com>
Wed, 20 Feb 2008 08:35:01 +0000 (08:35 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 20 Feb 2008 08:35:01 +0000 (08:35 +0000)
src/SMESH/SMESH_Block.cxx
src/SMESH/SMESH_OctreeNode.hxx
src/SMESH/SMESH_Pattern.cxx

index 6a50ff019aec097c8d8ed8dd7219f64d4b85b733..59d48a9786386d0c0642aacbb1bf9069e764dce6 100644 (file)
@@ -21,6 +21,8 @@
 // Created   : Mon Aug  2 10:30:00 2004
 // Author    : Edward AGAPOV (eap)
 
+using namespace std;
+
 #include "SMESH_Block.hxx"
 
 #include <BRepAdaptor_Curve.hxx>
index 4feb86842c154c8757068b6282ce76d83a36b4db..70133845d7260d8bdcd47ae7f7d3ae763b4573b6 100644 (file)
@@ -27,6 +27,8 @@
 // Author    : Nicolas Geimer & AurĂ©lien Motteux  (OCC)
 // Module    : SMESH
 
+using namespace std;
+
 #ifndef _SMESH_OCTREENODE_HXX_
 #define _SMESH_OCTREENODE_HXX_
 
index 4d3fe36f66134b9c85272dfa79b695d1b099c94c..1ab83c71e927aa94cf2a3864683deeacdaeffa2d 100644 (file)
@@ -21,6 +21,8 @@
 // Created   : Mon Aug  2 10:30:00 2004
 // Author    : Edward AGAPOV (eap)
 
+using namespace std;
+
 #include "SMESH_Pattern.hxx"
 
 #include <BRepAdaptor_Curve.hxx>