Add missing includes.

llvm-svn: 79467
This commit is contained in:
David Greene 2009-08-19 21:17:28 +00:00
parent a8fe2c26a8
commit 7b1a6671f8
1 changed files with 2 additions and 0 deletions

View File

@ -29,7 +29,9 @@
#ifndef LLVM_CODEGEN_LIVEVARIABLES_H
#define LLVM_CODEGEN_LIVEVARIABLES_H
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"