X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e68860d6a03db82a66a7653b304cf1714fc6bf8..8f40f9f58e06254d6616be4ce9c5db867546c6ad:/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; };