Add missing StringExtras.h includes
authorElliot Goodrich <elliotgoodrich@gmail.com>
Sat, 17 Jun 2023 12:18:23 +0000 (13:18 +0100)
committerElliot Goodrich <elliotgoodrich@gmail.com>
Sat, 8 Jul 2023 19:06:21 +0000 (20:06 +0100)
commita11efd49266f6cf2a98bdf52428b0c9423158846
treea2e3dd2617cc550e46aa103dd7ba92a6aee919aa
parentf69b9b7cce0487110ae0823222a716fc9b6a49db
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 and
39d8e6e22cd1.

Differential Revision: https://reviews.llvm.org/D154763
lldb/source/Host/common/File.cpp
lldb/source/Host/common/Socket.cpp
lldb/source/Host/common/XML.cpp
llvm/lib/WindowsDriver/MSVCPaths.cpp
openmp/libomptarget/src/omptarget.cpp