Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix non-MC builds when MC-only dependencies are missing
[simgrid.git] / src / mc / remote / CheckerSide.cpp
index 3937d28..fb10475 100644 (file)
@@ -5,9 +5,13 @@
 
 #include "src/mc/remote/CheckerSide.hpp"
 #include "src/mc/explo/Exploration.hpp"
+#include "xbt/config.hpp"
+#include "xbt/system_error.hpp"
+
+#if SIMGRID_HAVE_MC
 #include "src/mc/explo/LivenessChecker.hpp"
 #include "src/mc/sosp/RemoteProcessMemory.hpp"
-#include "xbt/system_error.hpp"
+#endif
 
 #ifdef __linux__
 #include <sys/prctl.h>