From: barate Date: Wed, 2 Jun 2010 14:34:23 +0000 (+0000) Subject: Fixed compilation error with gcc 4.4.1 (thanks to M. Gautier) X-Git-Tag: V1_2_0rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8cac95663831fe2c8444ce43e8391ef7549c7895;p=tools%2Flibbatch.git Fixed compilation error with gcc 4.4.1 (thanks to M. Gautier) --- diff --git a/src/PBS/Batch_BatchManager_PBS.cxx b/src/PBS/Batch_BatchManager_PBS.cxx index abebcef..ba84a3a 100644 --- a/src/PBS/Batch_BatchManager_PBS.cxx +++ b/src/PBS/Batch_BatchManager_PBS.cxx @@ -33,6 +33,7 @@ extern "C" { #include #include } +#include #include #include #include diff --git a/src/PBS/Batch_Job_PBS.cxx b/src/PBS/Batch_Job_PBS.cxx index 19d59d8..908c353 100644 --- a/src/PBS/Batch_Job_PBS.cxx +++ b/src/PBS/Batch_Job_PBS.cxx @@ -32,6 +32,7 @@ #include #include #include +#include #include "Batch_Job_PBS.hxx" using namespace std;