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 77092769a943d3e7a1cdda3e059f20fcf6dd4b85..f8852dc451535e9c0f425ab973d28f98b2592efa 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"