X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae7fb8c4744e6ada32f137582bac20dc358d6bcd..32e70034e357fcad920962e4ed35fcbf8dd59283:/include/simgrid/s4u/comm.hpp diff --git a/include/simgrid/s4u/comm.hpp b/include/simgrid/s4u/comm.hpp index 94b74cb326..f006baf849 100644 --- a/include/simgrid/s4u/comm.hpp +++ b/include/simgrid/s4u/comm.hpp @@ -7,8 +7,9 @@ #ifndef SIMGRID_S4U_COMM_HPP #define SIMGRID_S4U_COMM_HPP -#include "simgrid/s4u/async.hpp" -#include "simgrid/s4u/mailbox.hpp" +#include +#include +#include namespace simgrid { namespace s4u { @@ -19,7 +20,7 @@ class Mailbox; * * Represents all asynchronous communications, that you can test or wait onto. */ -class Comm : public Async { +XBT_PUBLIC_CLASS Comm : public Async { Comm() : Async() {} public: virtual ~Comm();