[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 b0abd4893f, 39d8e6e22c,
a11efd4926, and 5551657b31.

Differential Revision: https://reviews.llvm.org/D155018
This commit is contained in:
Elliot Goodrich 2023-07-11 22:06:47 +01:00
parent 6272226b9f
commit 90bfe2df25

View File

@ -14,6 +14,7 @@
#include "LLDBUtils.h"
#include "VSCode.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/FormatVariadic.h"
#if defined(_WIN32)