]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Fixed compilation error with gcc 4.4.1 (thanks to M. Gautier)
authorbarate <barate>
Wed, 2 Jun 2010 14:34:23 +0000 (14:34 +0000)
committerbarate <barate>
Wed, 2 Jun 2010 14:34:23 +0000 (14:34 +0000)
src/PBS/Batch_BatchManager_PBS.cxx
src/PBS/Batch_Job_PBS.cxx

index abebcefdf7535bb07fa043a86afefa7b4069ff95..ba84a3a81413a717858e471895dd93d521d839a8 100644 (file)
@@ -33,6 +33,7 @@ extern "C" {
 #include <pbs_error.h>
 #include <pbs_ifl.h>
 }
+#include <cstdlib>
 #include <iostream>
 #include <fstream>
 #include <sstream>
index 19d59d88248f42d219e5ed62ca80d152b66c8f7f..908c353e03dc8eeca7f23ae50ba9255562f52328 100644 (file)
@@ -32,6 +32,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <cstring>
 #include "Batch_Job_PBS.hxx"
 using namespace std;