X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97fed1ab7cb584d61415854ce500f2176679c5ac..74274a2596db9c00845583d9325218a992a87900:/src/mc/Transition.hpp diff --git a/src/mc/Transition.hpp b/src/mc/Transition.hpp index a8a151eea4..17754e6cbe 100644 --- a/src/mc/Transition.hpp +++ b/src/mc/Transition.hpp @@ -7,6 +7,7 @@ #ifndef SIMGRID_MC_TRANSITION_HPP #define SIMGRID_MC_TRANSITION_HPP +#include "simgrid/forward.h" // aid_t #include namespace simgrid { @@ -22,7 +23,7 @@ namespace mc { */ class Transition { public: - long aid_ = 0; + aid_t aid_ = 0; /* Which transition was executed for this simcall *