[Lldb-commits] [PATCH] D155018: [Support] Move StringExtras.h include from Error.h to Error.cpp (part 5)

Elliot Goodrich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 13 00:40:26 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG90bfe2df25e7: [lldb] Add missing StringExtras.h includes (authored by IncludeGuardian).

Changed prior to commit:
  https://reviews.llvm.org/D155018?vs=539291&id=539872#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155018/new/

https://reviews.llvm.org/D155018

Files:
  lldb/tools/lldb-vscode/VSCode.cpp


Index: lldb/tools/lldb-vscode/VSCode.cpp
===================================================================
--- lldb/tools/lldb-vscode/VSCode.cpp
+++ 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155018.539872.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230713/31cca768/attachment-0001.bin>


More information about the lldb-commits mailing list