Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a C++-only header with the '.hpp' suffix
[simgrid.git] / examples / s4u / mutex / s4u_mutex.cpp
index 9910290..bffc85d 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <xbt/sysdep.h>
 
-#include "simgrid/s4u.h"
+#include "simgrid/s4u.hpp"
 
 #define NB_ACTOR 2