From 2214697a8749325cadcd87845651a6a1254b1fbd Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Sun, 18 Mar 2018 21:49:03 +0000 Subject: [PATCH] Re-instating missing #include... not what what happened.. --- src/wrench/services/compute/batch/BatchService.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wrench/services/compute/batch/BatchService.cpp b/src/wrench/services/compute/batch/BatchService.cpp index bf40a8f424..26a823adbd 100644 --- a/src/wrench/services/compute/batch/BatchService.cpp +++ b/src/wrench/services/compute/batch/BatchService.cpp @@ -28,7 +28,8 @@ #ifdef ENABLE_BATSCHED #include #include - +#include +#include #endif