From 5305970eade8784220bd840f8fcad274f8b63008 Mon Sep 17 00:00:00 2001 From: barate Date: Tue, 31 Aug 2010 14:46:02 +0000 Subject: [PATCH] Fixed compilation problem on Mandriva 2010 64 bits (thanks to N. Gore) --- src/PBS/Batch_JobInfo_PBS.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/PBS/Batch_JobInfo_PBS.cxx b/src/PBS/Batch_JobInfo_PBS.cxx index a19d764..02b4d81 100644 --- a/src/PBS/Batch_JobInfo_PBS.cxx +++ b/src/PBS/Batch_JobInfo_PBS.cxx @@ -31,7 +31,8 @@ #include #include -//#include "MEDMEM_STRING.hxx" +#include +#include #include "Batch_Parametre.hxx" #include "Batch_Environnement.hxx" #include "Batch_RunTimeException.hxx" @@ -51,7 +52,6 @@ namespace Batch { for(i=0; p_job; p_job = p_job->next) i++; if (i == 0) throw RunTimeException("Liste vide (le job est absent de la file)"); if (i > 1) { - //MEDMEM::STRING sst; ostringstream sst; sst << "JobInfo_PBS::JobInfo_PBS(struct batch_status * list, bool tobedeleted) : la liste contient " << i << " elements" << " (1 seul requis)" << endl; @@ -198,7 +198,6 @@ namespace Batch { // Methode pour l'interfacage avec Python (SWIG) : affichage en Python string JobInfo_PBS::__str__() const { - //MEDMEM::STRING sst; ostringstream sst; sst << "