From 8cac95663831fe2c8444ce43e8391ef7549c7895 Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 2 Jun 2010 14:34:23 +0000 Subject: [PATCH] Fixed compilation error with gcc 4.4.1 (thanks to M. Gautier) --- src/PBS/Batch_BatchManager_PBS.cxx | 1 + src/PBS/Batch_Job_PBS.cxx | 1 + 2 files changed, 2 insertions(+) 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; -- 2.39.2