Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] declare the classes as public for Windows
[simgrid.git] / include / simgrid / s4u / async.hpp
index 838d800..3454a03 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();