diff options
Diffstat (limited to 'lldb/source/Plugins/Trace/intel-pt/forward-declarations.h')
| -rw-r--r-- | lldb/source/Plugins/Trace/intel-pt/forward-declarations.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h b/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h index 3c5f811acc10..a05bf224bf07 100644 --- a/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h +++ b/lldb/source/Plugins/Trace/intel-pt/forward-declarations.h @@ -9,12 +9,16 @@ #ifndef LLDB_SOURCE_PLUGINS_TRACE_INTEL_PT_FORWARD_DECLARATIONS_H #define LLDB_SOURCE_PLUGINS_TRACE_INTEL_PT_FORWARD_DECLARATIONS_H +#include <memory> + namespace lldb_private { namespace trace_intel_pt { class TraceIntelPT; class ThreadDecoder; +using TraceIntelPTSP = std::shared_ptr<TraceIntelPT>; + } // namespace trace_intel_pt } // namespace lldb_private #endif // LLDB_SOURCE_PLUGINS_TRACE_INTEL_PT_FORWARD_DECLARATIONS_H |
