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

lib/CodeGen/ELFCodeEmitter.cpp

index 38cf826fbe3f227fcbb7c4af7bfdff795b83f251..b769e70ed2d3353b3bfb722d8635b4445f87c3fc 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/Function.h"
 #include "llvm/CodeGen/BinaryObject.h"
 #include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineJumpTableInfo.h"
 #include "llvm/CodeGen/MachineRelocation.h"
 #include "llvm/Target/TargetData.h"