diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-11-03 11:57:01 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-11-03 11:57:01 +0000 |
commit | 31b6b0a82051dd5375112a88d25efb5df4f1fc7c (patch) | |
tree | d8a790917fe0894b472b5f7fccb2be203ac22222 | |
parent | 8c0cdca99e872a3eea41c715654207c9f3995a89 (diff) | |
download | bcm5719-llvm-31b6b0a82051dd5375112a88d25efb5df4f1fc7c.tar.gz bcm5719-llvm-31b6b0a82051dd5375112a88d25efb5df4f1fc7c.zip |
[ELf] - Fix compilation after r317307.
Not sure why that seems did not break any llvm bots or
my windows local build, but is was required to fix compilation
breakage of my ubuntu build when using
gcc version 8.0.0 20171019 (experimental)
llvm-svn: 317317
-rw-r--r-- | lld/ELF/LinkerScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index ba9e87720f7..46b91834fb5 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -17,6 +17,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseSet.h" +#include "llvm/ADT/MapVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/MemoryBuffer.h" #include <cstddef> |