]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/s4u/async.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / include / simgrid / s4u / async.hpp
index 838d80012c5093504be0b8f67f7d73263de86249..3454a03a5d8a13d1aa4e067da79e6da94ff34d4c 100644 (file)
@@ -8,6 +8,7 @@
 #define SIMGRID_S4U_ASYNC_HPP
 
 #include <stdlib.h>
+#include <xbt/base.h>
 #include <xbt/misc.h>
 
 SG_BEGIN_DECL();
@@ -27,7 +28,7 @@ class Comm;
  *
  * This class is the ancestor of every asynchronous actions, that is, of actions that do take time in the simulated world.
  */
-class Async {
+XBT_PUBLIC_CLASS Async {
        friend Comm;
 protected:
        Async();