diff options
author | David Greene <greened@obbligato.org> | 2009-08-19 22:02:07 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-08-19 22:02:07 +0000 |
commit | 40a0fbc1d0352bc7c5f3c551818f021490f4c775 (patch) | |
tree | c5174cb4961419f5d88e793928a1f1ce4ce5a1cf /llvm/lib/CodeGen | |
parent | 87047803904602f7018e4264b986d4c5f812a385 (diff) | |
download | bcm5719-llvm-40a0fbc1d0352bc7c5f3c551818f021490f4c775.tar.gz bcm5719-llvm-40a0fbc1d0352bc7c5f3c551818f021490f4c775.zip |
Add missing includes.
llvm-svn: 79476
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/ELFCodeEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ELFCodeEmitter.cpp b/llvm/lib/CodeGen/ELFCodeEmitter.cpp index 38cf826fbe3..b769e70ed2d 100644 --- a/llvm/lib/CodeGen/ELFCodeEmitter.cpp +++ b/llvm/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" |