Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv mutex.hpp Mutex.hpp (plus make it compile again)
[simgrid.git] / include / simgrid / s4u / conditionVariable.hpp
index 3b03bca..a32c0b3 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <simgrid/simix.h>
 #include <simgrid/chrono.hpp>
-#include <simgrid/s4u/mutex.hpp>
+#include <simgrid/s4u/Mutex.hpp>
 
 namespace simgrid {
 namespace s4u {