From: David Greene Date: Wed, 19 Aug 2009 22:19:44 +0000 (+0000) Subject: Add missing forward declaration. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f3aeac9a7a258bc020d1db22a39972acec5d549;p=oota-llvm.git Add missing forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79481 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachOWriter.h b/lib/CodeGen/MachOWriter.h index e5c7ee6c253..9d8e9d450ba 100644 --- a/lib/CodeGen/MachOWriter.h +++ b/lib/CodeGen/MachOWriter.h @@ -22,6 +22,7 @@ namespace llvm { class Constant; class GlobalVariable; class Mangler; + class MachineBasicBlock; class MachineRelocation; class MachOCodeEmitter; struct MachODySymTab;