Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not pass intrusive_ptr<> to the logging subsystem
[simgrid.git] / src / simix / smx_synchro_private.h
index f312483..25c898b 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2012, 2014. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-2016. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -9,7 +8,7 @@
 
 #include <atomic>
 
-#include <simgrid/s4u/mutex.hpp>
+#include <simgrid/s4u/Mutex.hpp>
 #include <simgrid/s4u/conditionVariable.hpp>
 
 #include "xbt/base.h"