diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-04-06 21:33:18 +0000 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-04-06 21:33:18 +0000 |
| commit | b92a34e458476ed7e2ae7af12ee785b1571a53c9 (patch) | |
| tree | 82cb9ebca85113ca1984890be38807588388db06 /lld/ELF/ScriptParser.h | |
| parent | 800f87a871282713fc5f41d00692b51b2ea6c207 (diff) | |
| download | bcm5719-llvm-b92a34e458476ed7e2ae7af12ee785b1571a53c9.tar.gz bcm5719-llvm-b92a34e458476ed7e2ae7af12ee785b1571a53c9.zip | |
[lld] Fix build failure from r265600
llvm-svn: 265603
Diffstat (limited to 'lld/ELF/ScriptParser.h')
| -rw-r--r-- | lld/ELF/ScriptParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/ScriptParser.h b/lld/ELF/ScriptParser.h index 9db5d32cebd..5da20f0f092 100644 --- a/lld/ELF/ScriptParser.h +++ b/lld/ELF/ScriptParser.h @@ -12,6 +12,7 @@ #include "lld/Core/LLVM.h" #include "llvm/ADT/StringRef.h" +#include <vector> namespace lld { namespace elf { |

