From: barate Date: Wed, 23 May 2012 15:58:04 +0000 (+0000) Subject: Fix compilation with gcc 4.7 X-Git-Tag: V1_5_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d4a85b8ab5533c18effd70f89aa2ce7a4099c434;p=tools%2Flibbatch.git Fix compilation with gcc 4.7 --- diff --git a/src/Core/Batch_BatchManager.cxx b/src/Core/Batch_BatchManager.cxx index 14ed564..591399d 100644 --- a/src/Core/Batch_BatchManager.cxx +++ b/src/Core/Batch_BatchManager.cxx @@ -28,6 +28,7 @@ * */ +#include #include #include #include diff --git a/src/Core/Batch_BatchManager_eClient.cxx b/src/Core/Batch_BatchManager_eClient.cxx index 919e092..835b595 100644 --- a/src/Core/Batch_BatchManager_eClient.cxx +++ b/src/Core/Batch_BatchManager_eClient.cxx @@ -29,6 +29,7 @@ * */ +#include #include #include