diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index a6a0c2ab199..06a03e5b65c 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -30,7 +30,7 @@ template <class ELFT> class MergeInputSection; class OutputSection; template <class ELFT> class ObjectFile; template <class ELFT> class SharedFile; -template <class ELFT> class SharedSymbol; +class SharedSymbol; template <class ELFT> class DefinedRegular; // This represents a section in an output file. |