Skip to content

Commit

Permalink
Add missing forward declaration.
Browse files Browse the repository at this point in the history
This should fix our modules builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306332 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vgvassilev committed Jun 26, 2017
1 parent faf416b commit fff9324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/MC/MCWinCOFFObjectWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
namespace llvm {

class MCAsmBackend;
class MCContext;
class MCFixup;
class MCObjectWriter;
class MCValue;
Expand Down

0 comments on commit fff9324

Please sign in to comment.