From 71a86eaac763f25a3231a4d1f6d208a022875dc6 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Wed, 15 Mar 2017 15:56:31 +0100 Subject: [PATCH] [INCLUDES] Fix paths for includes in smpi.h Thanks Milian for reporting this issue --- include/smpi/smpi.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index 9968368320..e392164f10 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -13,12 +13,11 @@ #include #endif +#include +#include #include -#include #include -#include "simgrid/datatypes.h" - -#include "include/smpi/forward.hpp" +#include #ifdef _WIN32 #define MPI_CALL(type,name,args) \ -- 2.20.1