Skip to content

Commit 5dce635

Browse files
committed
Add missing includes
1 parent 27e67cd commit 5dce635

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

lldb/include/lldb/Target/PathMappingList.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "lldb/Utility/ConstString.h"
1313
#include "lldb/Utility/Status.h"
14+
#include "llvm/Support/Error.h"
1415
#include "llvm/Support/JSON.h"
1516
#include <map>
1617
#include <mutex>

lldb/include/lldb/Target/Platform.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include "lldb/Utility/UserIDResolver.h"
3030
#include "lldb/lldb-private-forward.h"
3131
#include "lldb/lldb-public.h"
32+
33+
#include "llvm/Support/Error.h"
3234
#include "llvm/Support/VersionTuple.h"
3335

3436
namespace lldb_private {

lldb/include/lldb/Target/Process.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
#include "llvm/ADT/AddressRanges.h"
6060
#include "llvm/ADT/ArrayRef.h"
61+
#include "llvm/Support/Error.h"
6162
#include "llvm/Support/Threading.h"
6263
#include "llvm/Support/VersionTuple.h"
6364

0 commit comments

Comments
 (0)