From e48878a3c039aacee57b9d8466e8eff35ad54595 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 14 Dec 2009 07:24:43 +0000 Subject: [PATCH] Integrate patch from G.David (compatibility with gcc 4.3 and newer) --- src/Notebook/SALOME_EvalParser.cxx | 2 ++ src/Notebook/SALOME_EvalSet.cxx | 2 ++ src/Notebook/SALOME_Notebook.cxx | 1 + 3 files changed, 5 insertions(+) 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 ) { -- 2.39.2