[ELF] Fix buildbot warning error.

Forward declare InputSectionDescription as struct not class.

llvm-svn: 320801
This commit is contained in:
Peter Smith 2017-12-15 10:47:44 +00:00
parent cf354873c1
commit 5597bcb5fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace elf {
class Defined;
class InputSection;
class InputSectionDescription;
struct InputSectionDescription;
class OutputSection;
class Patch843419Section;