X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7df79fb2ff6e105b83092e142fbe74214fd3b75..c5309c7efaf73d81f7aa8cb7908348d0db5677fe:/src/mc/mc_state.h diff --git a/src/mc/mc_state.h b/src/mc/mc_state.h index 8fcbde486b..68acc459e6 100644 --- a/src/mc/mc_state.h +++ b/src/mc/mc_state.h @@ -7,6 +7,7 @@ #ifndef SIMGRID_MC_STATE_H #define SIMGRID_MC_STATE_H +#include #include #include @@ -61,6 +62,8 @@ struct XBT_PRIVATE State { ~State(); }; +XBT_PRIVATE void replay(std::list const& stack); + } }