From: vsr Date: Mon, 14 Dec 2009 07:24:43 +0000 (+0000) Subject: Integrate patch from G.David (compatibility with gcc 4.3 and newer) X-Git-Tag: PHASE_17_Part1_V4~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e48878a3c039aacee57b9d8466e8eff35ad54595;p=modules%2Fkernel.git Integrate patch from G.David (compatibility with gcc 4.3 and newer) --- diff --git a/src/Notebook/SALOME_EvalParser.cxx b/src/Notebook/SALOME_EvalParser.cxx index 47579be6e..419144235 100755 --- a/src/Notebook/SALOME_EvalParser.cxx +++ b/src/Notebook/SALOME_EvalParser.cxx @@ -27,6 +27,8 @@ #include #include +#include +#include //======================================================================= //function : contains diff --git a/src/Notebook/SALOME_EvalSet.cxx b/src/Notebook/SALOME_EvalSet.cxx index 9d5ce2d22..d6ff45930 100755 --- a/src/Notebook/SALOME_EvalSet.cxx +++ b/src/Notebook/SALOME_EvalSet.cxx @@ -27,6 +27,8 @@ #include // #include +#include +#include #include int toInt(const SALOME_String& str, bool *ok); diff --git a/src/Notebook/SALOME_Notebook.cxx b/src/Notebook/SALOME_Notebook.cxx index 0b82b5c16..ac661163e 100644 --- a/src/Notebook/SALOME_Notebook.cxx +++ b/src/Notebook/SALOME_Notebook.cxx @@ -27,6 +27,7 @@ #include #include #include +#include std::string arg( const std::string& theStr, const std::string& theArg1 ) {