From b60d2cf435d2fbdc2b8294f2382838dfdcd98d3c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 20 Oct 2016 22:29:22 +0000 Subject: [PATCH] Attempt to fix buildbots. llvm-svn: 284790 --- lld/ELF/ELFCreator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lld/ELF/ELFCreator.h b/lld/ELF/ELFCreator.h index ae4e19a..272eb97 100644 --- a/lld/ELF/ELFCreator.h +++ b/lld/ELF/ELFCreator.h @@ -11,6 +11,8 @@ #define LLD_ELF_ELF_CREATOR_H #include "lld/Core/LLVM.h" +#include +#include namespace lld { namespace elf { @@ -18,7 +20,7 @@ namespace elf { // Wraps a given binary blob with an ELF header so that the blob // can be linked as an ELF file. Used for "--format binary". template -std::vector wrapBinaryWithElfHeader(ArrayRef Data, +std::vector wrapBinaryWithElfHeader(llvm::ArrayRef Data, std::string Filename); } } -- 2.7.4