From: Frederic Suter Date: Fri, 6 Dec 2019 12:21:56 +0000 (+0100) Subject: add missing include for smpi_options X-Git-Tag: v3.25~332 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/75b39fd629b2db8e204222efceb9025a4d676f84?hp=55ad634bd982190cbb65891936938b68aca89829 add missing include for smpi_options --- diff --git a/src/mc/checker/simgrid_mc.cpp b/src/mc/checker/simgrid_mc.cpp index 9eb3394d36..48a1994198 100644 --- a/src/mc/checker/simgrid_mc.cpp +++ b/src/mc/checker/simgrid_mc.cpp @@ -11,6 +11,10 @@ #include "src/mc/mc_config.hpp" #include "src/mc/mc_exit.hpp" +#if HAVE_SMPI +#include "smpi/smpi.h" +#endif + #include #include #include