X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4636dcbf566244aa2c2bff539d0410dae1071c81..2f6b0aa5c5a2fada81b8593c0ba9d930a7ce41d2:/src/mc/Session.hpp?ds=sidebyside 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 *