Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't include <xbt/functional.hpp> when it's not needed.
[simgrid.git] / teshsuite / smpi / gh-139 / gh-139.c
index 4f50434..645fad6 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <mpi.h>
 #include <simgrid/actor.h>
-#include <simgrid/simix.h>
+#include <simgrid/host.h>
 #include <stdio.h>
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(smpi_test, "Messages specific for this SMPI example");