From 02e37010625e82cedbbfc3d1a5982eaa3b18b176 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 10 Mar 2016 13:27:24 +0100 Subject: [PATCH] [SMPI] Added #include private.hpp statements --- src/smpi/instr_smpi.cpp | 1 + src/smpi/smpi_bench.cpp | 1 + src/smpi/smpi_global.cpp | 1 + 3 files changed, 3 insertions(+) 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" -- 2.20.1