diff --git a/VTIL-Architecture/trace/tracer.cpp b/VTIL-Architecture/trace/tracer.cpp index 8041822..3e2e8ac 100644 --- a/VTIL-Architecture/trace/tracer.cpp +++ b/VTIL-Architecture/trace/tracer.cpp @@ -33,7 +33,7 @@ namespace vtil { // Internal type definitions. // - using path_history_t = stack_map, uint32_t>; + using path_history_t = std::map, uint32_t>; using partial_tracer_t = std::function; // Forward defs.