Add missing declarations.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 27 Aug 2009 01:15:54 +0000 (01:15 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 27 Aug 2009 01:15:54 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80190 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCCodeEmitter.h

index fdacb942827bd128d3b5cac7881ba2ac97609736..6cca95b826ada108c4abb2aaaf039fec9b46e7e0 100644 (file)
@@ -11,6 +11,8 @@
 #define LLVM_MC_MCCODEEMITTER_H
 
 namespace llvm {
+class MCInst;
+class raw_ostream;
 
 /// MCCodeEmitter - Generic instruction encoding interface.
 class MCCodeEmitter {