Skip to content

Commit 90bfe2d

Browse files
[lldb] Add missing StringExtras.h includes
In preparation for removing the #include "llvm/ADT/StringExtras.h" from the header to source file of llvm/Support/Error.h, first add in all the missing includes that were previously included transitively through this header. This is fixing all files missed in b0abd48, 39d8e6e, a11efd4, and 5551657. Differential Revision: https://reviews.llvm.org/D155018
1 parent 6272226 commit 90bfe2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-vscode/VSCode.cpp

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

1515
#include "LLDBUtils.h"
1616
#include "VSCode.h"
17+
#include "llvm/ADT/StringExtras.h"
1718
#include "llvm/Support/FormatVariadic.h"
1819

1920
#if defined(_WIN32)

0 commit comments

Comments
 (0)