Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing include for smpi_options
[simgrid.git] / src / mc / checker / simgrid_mc.cpp
index 9eb3394..07c8002 100644 (file)
@@ -5,12 +5,15 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/sg_config.hpp"
-#include "src/smpi/include/smpi_config.hpp"
 #include "src/mc/Session.hpp"
 #include "src/mc/checker/Checker.hpp"
 #include "src/mc/mc_config.hpp"
 #include "src/mc/mc_exit.hpp"
 
+#if HAVE_SMPI
+#include "smpi/smpi.h"
+#endif
+
 #include <cstring>
 #include <memory>
 #include <unistd.h>