X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/742074df00e1d14c35f8505924d26036b9b8cac5..c7d4536a8384832da2a1d7b9bb9109100aaa0eb2:/src/mc/mc_smx.cpp diff --git a/src/mc/mc_smx.cpp b/src/mc/mc_smx.cpp index 0c6b8398a1..85039bf283 100644 --- a/src/mc/mc_smx.cpp +++ b/src/mc/mc_smx.cpp @@ -5,16 +5,21 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include +#include #include +#include +#include +#include #include #include #include #include -#include "src/simix/smx_private.h" +#include +#include "src/simix/smx_private.h" #include "src/mc/mc_smx.h" #include "src/mc/ModelChecker.hpp"