From c5b9fa1ccced3b4b20901f78c693a1a84aff372b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 2 Jun 2020 11:24:42 +0100 Subject: [PATCH] Add missing MemoryBuffer.h include --- llvm/unittests/TextAPI/TextStubHelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/unittests/TextAPI/TextStubHelpers.h b/llvm/unittests/TextAPI/TextStubHelpers.h index c33a45e..5cda547 100644 --- a/llvm/unittests/TextAPI/TextStubHelpers.h +++ b/llvm/unittests/TextAPI/TextStubHelpers.h @@ -6,6 +6,7 @@ // //===-----------------------------------------------------------------------===/ +#include "llvm/Support/MemoryBuffer.h" #include "llvm/TextAPI/MachO/InterfaceFile.h" #include #include -- 2.7.4