From 75b39fd629b2db8e204222efceb9025a4d676f84 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 6 Dec 2019 13:21:56 +0100 Subject: [PATCH] add missing include for smpi_options --- src/mc/checker/simgrid_mc.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1