Author: Elliot Goodrich Date: 2023-07-13T08:39:59+01:00 New Revision: 90bfe2df25e7eed4f3af33623ad26a028d94cef9
URL: https://github.com/llvm/llvm-project/commit/90bfe2df25e7eed4f3af33623ad26a028d94cef9 DIFF: https://github.com/llvm/llvm-project/commit/90bfe2df25e7eed4f3af33623ad26a028d94cef9.diff LOG: [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 b0abd4893fa1, 39d8e6e22cd1, a11efd49266f, and 5551657b310b. Differential Revision: https://reviews.llvm.org/D155018 Added: Modified: lldb/tools/lldb-vscode/VSCode.cpp Removed: ################################################################################ diff --git a/lldb/tools/lldb-vscode/VSCode.cpp b/lldb/tools/lldb-vscode/VSCode.cpp index b1c6817c2128b9..bc6129c541d49e 100644 --- a/lldb/tools/lldb-vscode/VSCode.cpp +++ b/lldb/tools/lldb-vscode/VSCode.cpp @@ -14,6 +14,7 @@ #include "LLDBUtils.h" #include "VSCode.h" +#include "llvm/ADT/StringExtras.h" #include "llvm/Support/FormatVariadic.h" #if defined(_WIN32) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits