From: Christian Heinrich Date: Wed, 15 Mar 2017 14:56:31 +0000 (+0100) Subject: [INCLUDES] Fix paths for includes in smpi.h X-Git-Tag: v3_15~111 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/71a86eaac763f25a3231a4d1f6d208a022875dc6?ds=sidebyside [INCLUDES] Fix paths for includes in smpi.h Thanks Milian for reporting this issue --- 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) \