X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a697cc4a3e16062754e16e0e4662510131ed35a..900387d3c17ad331e7ce770590d07aca4be07c1d:/include/simgrid/s4u/async.hpp diff --git a/include/simgrid/s4u/async.hpp b/include/simgrid/s4u/async.hpp index 3454a03a5d..37bd4e144f 100644 --- a/include/simgrid/s4u/async.hpp +++ b/include/simgrid/s4u/async.hpp @@ -11,6 +11,8 @@ #include #include +#include + SG_BEGIN_DECL(); typedef enum { inited, started, finished @@ -20,10 +22,6 @@ SG_END_DECL(); namespace simgrid { namespace s4u { -/* Forward declaration */ -class Comm; - - /** @brief Asynchronous Actions * * This class is the ancestor of every asynchronous actions, that is, of actions that do take time in the simulated world.