X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d974764c400528dfd76c9a2ae6b7f26643fcc02f..1e383d56c1cfe2e4291180bf5caa771d84f6df02:/include/simgrid/s4u/comm.hpp diff --git a/include/simgrid/s4u/comm.hpp b/include/simgrid/s4u/comm.hpp index f006baf849..fa6b0648e0 100644 --- a/include/simgrid/s4u/comm.hpp +++ b/include/simgrid/s4u/comm.hpp @@ -8,14 +8,13 @@ #define SIMGRID_S4U_COMM_HPP #include +#include #include #include namespace simgrid { namespace s4u { -class Mailbox; - /** @brief Communication async * * Represents all asynchronous communications, that you can test or wait onto.