From 9c4944095db919580bdc698273065d1c91a98ed8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 21 Jun 2024 14:04:39 +0200 Subject: [lldb] Add missing includes (NFC) --- lldb/include/lldb/Target/TraceDumper.h | 1 + lldb/source/Commands/CommandObjectThreadUtil.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lldb/include/lldb/Target/TraceDumper.h b/lldb/include/lldb/Target/TraceDumper.h index ca08dc2..d3cea4b 100644 --- a/lldb/include/lldb/Target/TraceDumper.h +++ b/lldb/include/lldb/Target/TraceDumper.h @@ -9,6 +9,7 @@ #include "lldb/Symbol/SymbolContext.h" #include "lldb/Target/TraceCursor.h" #include +#include #ifndef LLDB_TARGET_TRACE_INSTRUCTION_DUMPER_H #define LLDB_TARGET_TRACE_INSTRUCTION_DUMPER_H diff --git a/lldb/source/Commands/CommandObjectThreadUtil.h b/lldb/source/Commands/CommandObjectThreadUtil.h index 74d1136..3fc28ef 100644 --- a/lldb/source/Commands/CommandObjectThreadUtil.h +++ b/lldb/source/Commands/CommandObjectThreadUtil.h @@ -10,6 +10,7 @@ #define LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREADUTIL_H #include "lldb/Interpreter/CommandObjectMultiword.h" +#include namespace lldb_private { -- cgit v1.1