Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still some missing includes.
authorAugustin Degomme <adegomme@gmail.com>
Fri, 6 Dec 2019 13:39:24 +0000 (14:39 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Fri, 6 Dec 2019 13:39:24 +0000 (14:39 +0100)
src/mc/Session.cpp
src/mc/checker/simgrid_mc.cpp

index 8647cc9..6d923e2 100644 (file)
@@ -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
index 07c8002..228ceff 100644 (file)
@@ -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"