Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make Synchro PUBLIC
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 30 May 2016 12:23:49 +0000 (14:23 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 30 May 2016 12:46:06 +0000 (14:46 +0200)
src/simix/Synchro.h

index 05b28a1..b9720fe 100644 (file)
@@ -5,6 +5,8 @@
 
 #ifndef _SIMIX_SYNCHRO_HPP
 #define _SIMIX_SYNCHRO_HPP
 
 #ifndef _SIMIX_SYNCHRO_HPP
 #define _SIMIX_SYNCHRO_HPP
+
+#include <xbt/base.h>
 #include "simgrid/forward.h"
 
 #ifdef __cplusplus
 #include "simgrid/forward.h"
 
 #ifdef __cplusplus
@@ -14,7 +16,7 @@
 namespace simgrid {
 namespace simix {
 
 namespace simgrid {
 namespace simix {
 
-  class Synchro {
+  XBT_PUBLIC_CLASS Synchro {
   public:
     Synchro();
     virtual ~Synchro();
   public:
     Synchro();
     virtual ~Synchro();