From 06e48af629f37892aa594c60a55e16533d1711cf Mon Sep 17 00:00:00 2001 From: smh Date: Fri, 30 Apr 2004 11:56:04 +0000 Subject: [PATCH] Add of used headers --- src/VISUGUI/VisuGUI_EditContainerDlg.cxx | 5 ++--- src/VISUGUI/VisuGUI_FileDlg.cxx | 1 - src/VISUGUI/VisuGUI_Selection.cxx | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/VISUGUI/VisuGUI_EditContainerDlg.cxx b/src/VISUGUI/VisuGUI_EditContainerDlg.cxx index 58212511..50a1571b 100644 --- a/src/VISUGUI/VisuGUI_EditContainerDlg.cxx +++ b/src/VISUGUI/VisuGUI_EditContainerDlg.cxx @@ -1,5 +1,3 @@ -using namespace std; - // VISU VISUGUI : GUI of VISU component // // Copyright (C) 2003 CEA/DEN, EDF R&D @@ -21,13 +19,14 @@ using namespace std; #include #include #include - +#include #include CORBA_SERVER_HEADER(VISU_Gen) #include CORBA_SERVER_HEADER(SALOMEDS_Attributes) extern VisuGUI *visuGUI; +using namespace std; /* XPM */ diff --git a/src/VISUGUI/VisuGUI_FileDlg.cxx b/src/VISUGUI/VisuGUI_FileDlg.cxx index 87672a24..f6955d89 100644 --- a/src/VISUGUI/VisuGUI_FileDlg.cxx +++ b/src/VISUGUI/VisuGUI_FileDlg.cxx @@ -103,4 +103,3 @@ bool VisuGUI_FileDlg::IsChecked() { return myCBuildAll->isChecked(); } - diff --git a/src/VISUGUI/VisuGUI_Selection.cxx b/src/VISUGUI/VisuGUI_Selection.cxx index f75c3475..f90df49b 100644 --- a/src/VISUGUI/VisuGUI_Selection.cxx +++ b/src/VISUGUI/VisuGUI_Selection.cxx @@ -50,6 +50,7 @@ #include #include #include +#include #include #include -- 2.39.2