Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce some overly verbose comments
[simgrid.git] / src / mc / Frame.hpp
index 2e269d3..243610a 100644 (file)
@@ -8,6 +8,7 @@
 #define SIMGRID_MC_FRAME_HPP
 
 #include <string>
+#include <cstdint>
 
 #include <xbt/base.h>
 #include <xbt/range.hpp>
@@ -32,7 +33,7 @@ public:
   std::string name;
 
   /** Range of instruction addresses for which this scope is valid */
-  simgrid::xbt::range<std::uint64_t> range;
+  simgrid::xbt::Range<std::uint64_t> range;
 
   simgrid::dwarf::LocationList frame_base_location;