Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include (for uintptr_t).
[simgrid.git] / src / mc / transition / TransitionSynchro.hpp
index 9f53a3a..6a4d51e 100644 (file)
@@ -8,6 +8,8 @@
 
 #include "src/mc/transition/Transition.hpp"
 
+#include <cstdint>
+
 namespace simgrid::mc {
 
 class BarrierTransition : public Transition {