diff options
Diffstat (limited to 'lld/ELF/MarkLive.cpp')
-rw-r--r-- | lld/ELF/MarkLive.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/MarkLive.cpp b/lld/ELF/MarkLive.cpp index ec2d1cbc06c..680ef502b92 100644 --- a/lld/ELF/MarkLive.cpp +++ b/lld/ELF/MarkLive.cpp @@ -23,6 +23,7 @@ #include "InputSection.h" #include "LinkerScript.h" #include "OutputSections.h" +#include "Strings.h" #include "SymbolTable.h" #include "Symbols.h" #include "Target.h" |