X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd4234eb94e29294081a0732440e5868e561d78b..a2a013c0e4ca407feeb7b3d0e85abba7acae2532:/src/mc/Frame.hpp diff --git a/src/mc/Frame.hpp b/src/mc/Frame.hpp index 2e269d3e39..0cc66304b6 100644 --- a/src/mc/Frame.hpp +++ b/src/mc/Frame.hpp @@ -8,14 +8,14 @@ #define SIMGRID_MC_FRAME_HPP #include +#include #include #include -#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 range; + simgrid::xbt::Range range; simgrid::dwarf::LocationList frame_base_location;