diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-18 17:26:00 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-18 17:26:00 +0000 |
| commit | 1b41409079b652259aac40976d9f02714930e6fc (patch) | |
| tree | 0e7a4f543c6151df1ca0b5fb0fb7f007b7114cb7 /lld/ELF/MapFile.cpp | |
| parent | 96ab8726a3c2676c614b4d38500478046f816ce2 (diff) | |
| download | bcm5719-llvm-1b41409079b652259aac40976d9f02714930e6fc.tar.gz bcm5719-llvm-1b41409079b652259aac40976d9f02714930e6fc.zip | |
Use a forward declaration. NFC.
llvm-svn: 303363
Diffstat (limited to 'lld/ELF/MapFile.cpp')
| -rw-r--r-- | lld/ELF/MapFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index 23c63e845c9..c3f4f5a4848 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -21,6 +21,7 @@ #include "MapFile.h" #include "InputFiles.h" +#include "OutputSections.h" #include "Strings.h" #include "SymbolTable.h" #include "Threads.h" |

