X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/615213f9ac7f2241034fb619a551aa3559d8f0b0..a49a03122b2def71ff741e78d15b38cd1d171184:/src/mc/Session.hpp diff --git a/src/mc/Session.hpp b/src/mc/Session.hpp index 7af4c43229..8bc9f04a7f 100644 --- a/src/mc/Session.hpp +++ b/src/mc/Session.hpp @@ -11,14 +11,14 @@ #include #endif -#include +#include "xbt/sysdep.h" +#include "xbt/system_error.hpp" #include -#include -#include +#include #include -#include +#include "xbt/log.h" #include "src/mc/mc_forward.hpp" #include "src/mc/ModelChecker.hpp" @@ -66,7 +66,7 @@ public: // static constructors * * The code is expected to `exec` the model-checker program. */ - static Session* fork(std::function code); + static Session* fork(std::function code); /** Spawn a model-checked process *