diff --git a/src/core/util/smarthops/TraceReader.hpp b/src/core/util/smarthops/TraceReader.hpp index fcf11eb7..9dc86bee 100644 --- a/src/core/util/smarthops/TraceReader.hpp +++ b/src/core/util/smarthops/TraceReader.hpp @@ -4,6 +4,8 @@ #include #include +#include "sal/SALConfig.hpp" + #include "../ProtoStream.hpp" #include "comm/TracePlugin.pb.h" @@ -21,7 +23,6 @@ typedef enum { ACCESS_CHECKPOINT, } mem_access_type_e; -typedef uint32_t address_t; typedef uint32_t trace_pos_t; typedef std::pair trace_event_tuple_t;