Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the last include of private header from installed headers
[simgrid.git] / src / mc / mc_base.cpp
index eebd47b..338ed34 100644 (file)
@@ -7,9 +7,11 @@
 
 #include "mc/mc.h"
 #include "src/mc/mc_base.h"
-#include "src/mc/mc_replay.h"
+#include "src/mc/mc_replay.hpp"
 #include "src/simix/smx_private.hpp"
 
+#include "src/kernel/activity/MutexImpl.hpp"
+
 #if SIMGRID_HAVE_MC
 #include "src/mc/ModelChecker.hpp"