X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46448320f12d59d0a5efc015ec51ec6ebba525c6..aa5a7febd33d50d8457f71c35f11c39bef0b64e4:/src/mc/mc_snapshot.cpp diff --git a/src/mc/mc_snapshot.cpp b/src/mc/mc_snapshot.cpp index 324c6eae15..e1b67f1754 100644 --- a/src/mc/mc_snapshot.cpp +++ b/src/mc/mc_snapshot.cpp @@ -6,8 +6,8 @@ #include -#include "internal_config.h" -#include "smpi/private.h" +#include "src/internal_config.h" +#include "src/smpi/private.h" #include "mc_snapshot.h" #include "mc_private.h" @@ -184,7 +184,8 @@ const void* Snapshot::read_bytes(void* buffer, std::size_t size, } } else - return this->read_bytes(buffer, size, address, process_index, mode); + return this->process()->read_bytes( + buffer, size, address, process_index, mode); } }