X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7dfcd2aaf386196ce3022317d5402a7016279d43..8cba26bcd4766e50a6a1b99ee11a1aa7efe3749f:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 3ff8e91d3f..b562b47a2a 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include @@ -375,7 +376,7 @@ SG_END_DECL() #ifdef __cplusplus XBT_PUBLIC msg_process_t MSG_process_create_from_stdfunc(const char* name, std::function code, void* data, msg_host_t host, - std::map* properties); + std::unordered_map* properties); #endif #endif