commit | 1b41409079b652259aac40976d9f02714930e6fc | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 18 17:26:00 2017 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 18 17:26:00 2017 +0000 |
tree | 0e7a4f543c6151df1ca0b5fb0fb7f007b7114cb7 | |
parent | 96ab8726a3c2676c614b4d38500478046f816ce2 [diff] [blame] |
Use a forward declaration. NFC. llvm-svn: 303363
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index 23c63e8..c3f4f5a 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"