aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/ScriptParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/ScriptParser.h')
-rw-r--r--lld/ELF/ScriptParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/ScriptParser.h b/lld/ELF/ScriptParser.h
index eed1958647f8..cd3971f1c0c5 100644
--- a/lld/ELF/ScriptParser.h
+++ b/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 {