diff --git a/llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp b/llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp index b900e34fdd634..32319f1e97587 100644 --- a/llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp +++ b/llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp @@ -20,6 +20,7 @@ using namespace llvm; using testing::_; +using testing::DoAll; using testing::InSequence; using testing::SaveArg; diff --git a/llvm/unittests/TextAPI/TextStubHelpers.h b/llvm/unittests/TextAPI/TextStubHelpers.h index f3303da3b951b..f8409b10912c3 100644 --- a/llvm/unittests/TextAPI/TextStubHelpers.h +++ b/llvm/unittests/TextAPI/TextStubHelpers.h @@ -6,6 +6,7 @@ // //===-----------------------------------------------------------------------===/ +#include "llvm/ADT/SmallString.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/TextAPI/InterfaceFile.h" #include