Add missing includes.

llvm-svn: 79476
This commit is contained in:
David Greene 2009-08-19 22:02:07 +00:00
parent 8704780390
commit 40a0fbc1d0
1 changed files with 1 additions and 0 deletions

View 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"