X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c6bbb14f44b8daed5ea43d80880c6bf2155118b..9abea5188b7bc67c822270a2cb300c777d3b2727:/src/deprecated.cpp diff --git a/src/deprecated.cpp b/src/deprecated.cpp index 79b6a897b0..0881f549b8 100644 --- a/src/deprecated.cpp +++ b/src/deprecated.cpp @@ -16,6 +16,8 @@ #define SIMIX_H_NO_DEPRECATED_WARNING // avoid deprecation warning on include (remove with XBT_ATTRIB_DEPRECATED_v335) #include +#include + void simcall_comm_send(simgrid::kernel::actor::ActorImpl* sender, simgrid::kernel::activity::MailboxImpl* mbox, double task_size, double rate, void* src_buff, size_t src_buff_size, bool (*match_fun)(void*, void*, simgrid::kernel::activity::CommImpl*),