summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-08-19 20:52:54 +0000
committerDavid Greene <greened@obbligato.org>2009-08-19 20:52:54 +0000
commitde0cc5a66085d460bade2780f63c3ea28fd58a90 (patch)
treed5c12dcf27f28ac7890c56f5d476d79ef7c53466 /include
parent74db89e30fbd97808786026e56bcf1edb37469c7 (diff)
downloadllvm-de0cc5a66085d460bade2780f63c3ea28fd58a90.tar.gz
llvm-de0cc5a66085d460bade2780f63c3ea28fd58a90.tar.bz2
llvm-de0cc5a66085d460bade2780f63c3ea28fd58a90.tar.xz
Add missing header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79463 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index aa5f0ffb01..fa22041981 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -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"