From: vsr Date: Tue, 3 Nov 2009 14:30:35 +0000 (+0000) Subject: Integrate patch from G.David (compatibility 4.4, ubuntu 9.10 and debian sid) X-Git-Tag: V5_1_3rc2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9082ef52ff43f094c5e26c050095aed7b5023117;p=modules%2Fkernel.git Integrate patch from G.David (compatibility 4.4, ubuntu 9.10 and debian sid) --- diff --git a/src/Basics/Basics_DirUtils.cxx b/src/Basics/Basics_DirUtils.cxx index e1682301f..613368ba0 100644 --- a/src/Basics/Basics_DirUtils.cxx +++ b/src/Basics/Basics_DirUtils.cxx @@ -24,7 +24,7 @@ // Module : SALOME // #include "Basics_DirUtils.hxx" - +#include #include #include diff --git a/src/LifeCycleCORBA/SALOME_FileTransferCORBA.cxx b/src/LifeCycleCORBA/SALOME_FileTransferCORBA.cxx index 26e08da56..4601dce6f 100644 --- a/src/LifeCycleCORBA/SALOME_FileTransferCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_FileTransferCORBA.cxx @@ -28,6 +28,7 @@ #include "SALOME_LifeCycleCORBA.hxx" #include "utilities.h" #include "Basics_Utils.hxx" +#include using namespace std; diff --git a/src/NamingService/SALOME_NamingService.cxx b/src/NamingService/SALOME_NamingService.cxx index 70d337008..ece4ca55a 100644 --- a/src/NamingService/SALOME_NamingService.cxx +++ b/src/NamingService/SALOME_NamingService.cxx @@ -33,6 +33,7 @@ #include #include #include +#include using namespace std; diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx index d40db227c..73803b063 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_ScalarVariable.cxx @@ -25,6 +25,7 @@ #include "SALOMEDSImpl_GenericVariable.hxx" #include #include +#include using namespace std; diff --git a/src/SALOMELocalTrace/LocalTraceBufferPool.cxx b/src/SALOMELocalTrace/LocalTraceBufferPool.cxx index 1b384dc37..ac1712a44 100644 --- a/src/SALOMELocalTrace/LocalTraceBufferPool.cxx +++ b/src/SALOMELocalTrace/LocalTraceBufferPool.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #ifndef WIN32 #include