Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing includes.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 19 Feb 2023 06:27:24 +0000 (07:27 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 19 Feb 2023 06:29:46 +0000 (07:29 +0100)
src/kernel/actor/Simcall.cpp

index 0bd9d47..d34a22d 100644 (file)
 #include "src/kernel/context/Context.hpp"
 #include "xbt/log.h"
 
+#if SIMGRID_HAVE_MC
+#include "simgrid/modelchecker.h"
+#include "src/mc/mc_replay.hpp"
+#endif
+
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_simcall, kernel, "transmuting from user request into kernel handlers");
 
 namespace simgrid::kernel::actor {