Add missing header.

llvm-svn: 79463
This commit is contained in:
David Greene 2009-08-19 20:52:54 +00:00
parent a9c3d71b59
commit d1a08de1f6
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H
#define LLVM_CODEGEN_LIVEINTERVAL_ANALYSIS_H
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/ADT/BitVector.h"