aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/ELF/ScriptParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/ELF/ScriptParser.h')
-rw-r--r--contrib/llvm-project/lld/ELF/ScriptParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/ELF/ScriptParser.h b/contrib/llvm-project/lld/ELF/ScriptParser.h
index eed1958647f8..cd3971f1c0c5 100644
--- a/contrib/llvm-project/lld/ELF/ScriptParser.h
+++ b/contrib/llvm-project/lld/ELF/ScriptParser.h
@@ -10,7 +10,7 @@
#define LLD_ELF_SCRIPT_PARSER_H
#include "lld/Common/LLVM.h"
-#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/MemoryBufferRef.h"
namespace lld {
namespace elf {