From: David Greene Date: Wed, 19 Aug 2009 22:02:07 +0000 (+0000) Subject: Add missing includes. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d036d2e81c03d88c6460aa772fc7b9bcbaa54a2;p=oota-llvm.git Add missing includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79476 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ELFCodeEmitter.cpp b/lib/CodeGen/ELFCodeEmitter.cpp index 38cf826fbe3..b769e70ed2d 100644 --- a/lib/CodeGen/ELFCodeEmitter.cpp +++ b/lib/CodeGen/ELFCodeEmitter.cpp @@ -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"