OSDN Git Service

Add missing includes.
authorDavid Greene <greened@obbligato.org>
Wed, 19 Aug 2009 22:08:26 +0000 (22:08 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 19 Aug 2009 22:08:26 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachOCodeEmitter.cpp

index 7709276..f8852dc 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/CodeGen/MachineRelocation.h"
 #include "llvm/Target/TargetAsmInfo.h"