Skip to content

Commit e9e25ee

Browse files
nikicAlexisPerry
authored andcommitted
[lldb] Add missing <stack> includes (NFC)
1 parent 494181e commit e9e25ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/include/lldb/Target/TraceDumper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "lldb/Symbol/SymbolContext.h"
1010
#include "lldb/Target/TraceCursor.h"
1111
#include <optional>
12+
#include <stack>
1213

1314
#ifndef LLDB_TARGET_TRACE_INSTRUCTION_DUMPER_H
1415
#define LLDB_TARGET_TRACE_INSTRUCTION_DUMPER_H

lldb/source/Commands/CommandObjectThreadUtil.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREADUTIL_H
1111

1212
#include "lldb/Interpreter/CommandObjectMultiword.h"
13+
#include <stack>
1314

1415
namespace lldb_private {
1516

0 commit comments

Comments
 (0)