From b0abd4893fa1bfae7f71b6b6e98770c9b1c07620 Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Sat, 17 Jun 2023 13:18:23 +0100 Subject: [llvm] 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. --- llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp') diff --git a/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp b/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp index 26736fe..8f99fcc 100644 --- a/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp +++ b/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp @@ -10,6 +10,7 @@ #include "DwarfUtils.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/SmallString.h" +#include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringRef.h" #include "llvm/BinaryFormat/Dwarf.h" #include "llvm/CodeGen/AsmPrinter.h" -- cgit v1.1