diff options
Diffstat (limited to 'lld/ELF/InputSection.h')
-rw-r--r-- | lld/ELF/InputSection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index c50ce60a05b..3a3035f9e6a 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -18,6 +18,8 @@ namespace lld { namespace elf { +class SymbolBody; + template <class ELFT> class ICF; template <class ELFT> class DefinedRegular; template <class ELFT> class ObjectFile; |