Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[INCLUDES] Fix paths for includes in smpi.h
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 15 Mar 2017 14:56:31 +0000 (15:56 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 15 Mar 2017 14:56:37 +0000 (15:56 +0100)
Thanks Milian for reporting this issue

include/smpi/smpi.h

index 9968368..e392164 100644 (file)
 #include <time.h>
 #endif
 
+#include <simgrid/datatypes.h>
+#include <smpi/forward.hpp>
 #include <stddef.h>
-#include <xbt/misc.h>
 #include <xbt/function_types.h>
-#include "simgrid/datatypes.h"
-
-#include "include/smpi/forward.hpp"
+#include <xbt/misc.h>
 
 #ifdef _WIN32
 #define MPI_CALL(type,name,args) \