Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename include/xbt/{future.hpp => promise.hpp}.
[simgrid.git] / include / simgrid / simix / blocking_simcall.hpp
index b0258a2..8a4c433 100644 (file)
 
 #include <xbt/sysdep.h>
 
-#include <xbt/future.hpp>
 #include <simgrid/kernel/future.hpp>
 #include <simgrid/simix.h>
 #include <simgrid/simix.hpp>
+#include <xbt/promise.hpp>
 
 namespace simgrid {
 namespace simix {