]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Integrate patch from G.David (compatibility with gcc 4.3 and newer)
authorvsr <vsr@opencascade.com>
Mon, 14 Dec 2009 07:24:43 +0000 (07:24 +0000)
committervsr <vsr@opencascade.com>
Mon, 14 Dec 2009 07:24:43 +0000 (07:24 +0000)
src/Notebook/SALOME_EvalParser.cxx
src/Notebook/SALOME_EvalSet.cxx
src/Notebook/SALOME_Notebook.cxx

index 47579be6ebe1f30f16895b2fca8b08ed2216e472..419144235fbf1667514df5b75cbda674ebea4613 100755 (executable)
@@ -27,6 +27,8 @@
 
 #include <stack>
 #include <list>
+#include <algorithm>
+#include <cstring>
 
 //=======================================================================
 //function : contains
index 9d5ce2d2276a293a0036160f9cc0f2523a199a2b..d6ff459300658e16fd16cb7224c3504e7aebc4c9 100755 (executable)
@@ -27,6 +27,8 @@
 #include <SALOME_EvalSet.hxx>
 //
 #include <math.h>
+#include <cstring>
+#include <cstdlib>
 #include <SALOME_Eval.hxx>
 
 int toInt(const SALOME_String& str, bool *ok);
index 0b82b5c1614433dc800b2ab8d939a5333dbd745f..ac661163e3e862a395b091978a008f1ee8513eb3 100644 (file)
@@ -27,6 +27,7 @@
 #include <SALOME_Notebook.hxx>
 #include <SALOME_Parameter.hxx>
 #include <SALOME_EvalParser.hxx>
+#include <algorithm>
 
 std::string arg( const std::string& theStr, const std::string& theArg1 )
 {