From 73af5d4f7b4d22ff2f430e2f83be5bfc65dc269b Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Wed, 25 Jul 2012 14:55:45 +0200 Subject: [PATCH] Fixed compilation bug (use of stdlib constantes) in MPI tests, when cmaking locally. --- eo/test/mpi/t-mpi-parallelApply.cpp | 1 + eo/test/mpi/t-mpi-wrapper.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/eo/test/mpi/t-mpi-parallelApply.cpp b/eo/test/mpi/t-mpi-parallelApply.cpp index 04985b3f..6cda8990 100644 --- a/eo/test/mpi/t-mpi-parallelApply.cpp +++ b/eo/test/mpi/t-mpi-parallelApply.cpp @@ -46,6 +46,7 @@ Authors: # include "t-mpi-common.h" # include +# include # include using namespace std; diff --git a/eo/test/mpi/t-mpi-wrapper.cpp b/eo/test/mpi/t-mpi-wrapper.cpp index 7da45ad4..cedc717f 100644 --- a/eo/test/mpi/t-mpi-wrapper.cpp +++ b/eo/test/mpi/t-mpi-wrapper.cpp @@ -36,6 +36,7 @@ Authors: # include "t-mpi-common.h" # include +# include # include using namespace std;