X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/340307c06ecc6e3e02f73820da97f0c6479c62c5..cb6448e71a64791c262d6c40c050cc0b8d8ed184:/include/simgrid/s4u/mutex.hpp diff --git a/include/simgrid/s4u/mutex.hpp b/include/simgrid/s4u/mutex.hpp index 75b7d09c03..ff60143540 100644 --- a/include/simgrid/s4u/mutex.hpp +++ b/include/simgrid/s4u/mutex.hpp @@ -6,17 +6,18 @@ #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 +59,7 @@ public: private: simgrid::simix::Mutex* mutex_; }; + }} // namespace simgrid::s4u #endif /* SIMGRID_S4U_MUTEX_HPP */