From: Christian Heinrich Date: Thu, 10 Mar 2016 12:27:24 +0000 (+0100) Subject: [SMPI] Added #include private.hpp statements X-Git-Tag: v3_14~1202^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/02e37010625e82cedbbfc3d1a5982eaa3b18b176 [SMPI] Added #include private.hpp statements --- diff --git a/src/smpi/instr_smpi.cpp b/src/smpi/instr_smpi.cpp index 4f0ae285f7..2618f2d8a0 100644 --- a/src/smpi/instr_smpi.cpp +++ b/src/smpi/instr_smpi.cpp @@ -5,6 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" +#include "private.hpp" #include #include #include diff --git a/src/smpi/smpi_bench.cpp b/src/smpi/smpi_bench.cpp index 0f1578e13f..5e18345c34 100644 --- a/src/smpi/smpi_bench.cpp +++ b/src/smpi/smpi_bench.cpp @@ -11,6 +11,7 @@ #include "src/internal_config.h" #include "private.h" +#include "private.hpp" #include "xbt/dict.h" #include "xbt/sysdep.h" #include "xbt/ex.h" diff --git a/src/smpi/smpi_global.cpp b/src/smpi/smpi_global.cpp index 360866784e..672bd27d78 100644 --- a/src/smpi/smpi_global.cpp +++ b/src/smpi/smpi_global.cpp @@ -5,6 +5,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" +#include "private.hpp" #include "smpi_mpi_dt_private.h" #include "mc/mc.h" #include "src/mc/mc_record.h"