From: maintenance team Date: Wed, 20 Feb 2008 09:54:44 +0000 (+0000) Subject: Porting to CAS-6.2.1sp1 X-Git-Tag: V4_1_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=b1e72cfac7a6d0d0f603e7e868b75c50b335ddd2 Porting to CAS-6.2.1sp1 --- diff --git a/src/SMESHGUI/SMESHGUI_EditMeshDlg.h b/src/SMESHGUI/SMESHGUI_EditMeshDlg.h index f511b049f..5ea81ec34 100644 --- a/src/SMESHGUI/SMESHGUI_EditMeshDlg.h +++ b/src/SMESHGUI/SMESHGUI_EditMeshDlg.h @@ -18,6 +18,8 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +using namespace std; + #ifndef SMESHGUI_EditMeshDlg_H #define SMESHGUI_EditMeshDlg_H diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.h b/src/SMESHGUI/SMESHGUI_VTKUtils.h index dc1ed57a9..d13e37de3 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.h +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.h @@ -17,6 +17,8 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +using namespace std; + #ifndef SMESHGUI_VTKUtils_HeaderFile #define SMESHGUI_VTKUtils_HeaderFile diff --git a/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx b/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx index 460dfb4d5..15847d15a 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_DistrPreview.cxx @@ -18,6 +18,8 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +using namespace std; + #include "StdMeshersGUI_DistrPreview.h" #include