X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ae4444e56c58d6a957263114cff7d81ff48f6a8..02dd785d0212ccd8376c2ce4fd931942232fcafb:/include/simgrid/s4u/mutex.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/mutex.hpp b/include/simgrid/s4u/mutex.hpp index 75b7d09c03..bf4e00d1ca 100644 --- a/include/simgrid/s4u/mutex.hpp +++ b/include/simgrid/s4u/mutex.hpp @@ -6,17 +6,17 @@ #ifndef SIMGRID_S4U_MUTEX_HPP #define SIMGRID_S4U_MUTEX_HPP +#include #include -#include #include #include "simgrid/simix.h" -#include namespace simgrid { namespace s4u { class ConditionVariable; + XBT_PUBLIC_CLASS Mutex { friend ConditionVariable; public: @@ -58,6 +58,7 @@ public: private: simgrid::simix::Mutex* mutex_; }; + }} // namespace simgrid::s4u #endif /* SIMGRID_S4U_MUTEX_HPP */