X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f6f97c1c368c82eca073cc851218481d99b009b..e6ca184e99d50d0ee8fe405a83ee5277e2ecfce6:/src/mc/Variable.hpp diff --git a/src/mc/Variable.hpp b/src/mc/Variable.hpp index 5b82b6cebd..7e04621a49 100644 --- a/src/mc/Variable.hpp +++ b/src/mc/Variable.hpp @@ -7,9 +7,9 @@ #ifndef SIMGRID_MC_VARIABLE_HPP #define SIMGRID_MC_VARIABLE_HPP -#include +#include -#include +#include #include "src/mc/mc_forward.h" #include "src/mc/LocationList.hpp" @@ -29,7 +29,7 @@ public: // Use either of: simgrid::dwarf::LocationList location_list; void* address = nullptr; - size_t start_scope = 0; + std::size_t start_scope = 0; simgrid::mc::ObjectInformation* object_info = nullptr; };