From: Augustin Degomme Date: Fri, 6 Dec 2019 13:39:24 +0000 (+0100) Subject: still some missing includes. X-Git-Tag: v3.25~329 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ffe45b2fe72a2d8d31ebdcd51c893df2b9d3171?hp=e79bb207ca282597360b3c23facee4b50c749233 still some missing includes. --- diff --git a/src/mc/Session.cpp b/src/mc/Session.cpp index 8647cc9285..6d923e2506 100644 --- a/src/mc/Session.cpp +++ b/src/mc/Session.cpp @@ -6,6 +6,7 @@ #include "src/mc/Session.hpp" #include "src/mc/checker/Checker.hpp" #include "src/mc/mc_config.hpp" +#include "src/internal_config.h" // HAVE_SMPI #if HAVE_SMPI #include "smpi/smpi.h" #endif diff --git a/src/mc/checker/simgrid_mc.cpp b/src/mc/checker/simgrid_mc.cpp index 07c8002b12..228ceff7b2 100644 --- a/src/mc/checker/simgrid_mc.cpp +++ b/src/mc/checker/simgrid_mc.cpp @@ -9,6 +9,7 @@ #include "src/mc/checker/Checker.hpp" #include "src/mc/mc_config.hpp" #include "src/mc/mc_exit.hpp" +#include "src/internal_config.h" #if HAVE_SMPI #include "smpi/smpi.h"