Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename smx_process to ActorImpl
[simgrid.git] / src / mc / Frame.hpp
index 2e269d3..0cc6630 100644 (file)
@@ -8,14 +8,14 @@
 #define SIMGRID_MC_FRAME_HPP
 
 #include <string>
+#include <cstdint>
 
 #include <xbt/base.h>
 #include <xbt/range.hpp>
 
-#include "src/mc/mc_forward.h"
+#include "src/mc/mc_forward.hpp"
 #include "src/mc/LocationList.hpp"
 #include "src/mc/Variable.hpp"
-#include "src/mc/Frame.hpp"
 
 namespace simgrid {
 namespace mc {
@@ -32,7 +32,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;