Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Inherit from std::exception.
[simgrid.git] / src / mc / VisitedState.hpp
index 42afbeef709e0d1b65dbb2637b9bea4fc97a92bf..ceae2e063cf9747d03e5bafd4495ec4c09cbbca2 100644 (file)
@@ -7,7 +7,7 @@
 #define SIMGRID_MC_VISITED_STATE_HPP
 
 #include "src/mc/mc_state.hpp"
-#include "src/mc/sosp/mc_snapshot.hpp"
+#include "src/mc/sosp/Snapshot.hpp"
 
 #include <cstddef>
 #include <memory>