Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
transitions in the same actor are dependent
[simgrid.git] / src / mc / transition / TransitionSynchro.hpp
index 9f53a3a767be75f8aeea0684552811881f323661..87e4865b38119d54d0c64d67ae20486eab1a0987 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -8,6 +8,8 @@
 
 #include "src/mc/transition/Transition.hpp"
 
+#include <cstdint>
+
 namespace simgrid::mc {
 
 class BarrierTransition : public Transition {