diff --git a/include/profiler/reader.h b/include/profiler/reader.h index 6a814a2..35e8d0b 100644 --- a/include/profiler/reader.h +++ b/include/profiler/reader.h @@ -21,7 +21,7 @@ along with this program.If not, see . ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -#include +#include #include #include "profiler/profiler.h" @@ -75,7 +75,7 @@ namespace profiler { struct BlocksTree { - typedef ::std::vector children_t; + typedef ::std::list children_t; children_t children; ::profiler::SerilizedBlock* node;