summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2010-12-08 22:15:32 +0000
committerLang Hames <lhames@gmail.com>2010-12-08 22:15:32 +0000
commit35f4cf0474fd7346a34e5d2ccd73681832ce0cc5 (patch)
treef624ed7bb5c7c00d27d8df4e113e214dbce3bc79 /include
parent86386923625c7ae59e8e3d6ceaf9fdd3b33f7718 (diff)
downloadllvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.tar.gz
llvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.tar.bz2
llvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.tar.xz
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RegAllocPBQP.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegAllocPBQP.h b/include/llvm/CodeGen/RegAllocPBQP.h
index 008a7b3bf3..7e8745edde 100644
--- a/include/llvm/CodeGen/RegAllocPBQP.h
+++ b/include/llvm/CodeGen/RegAllocPBQP.h
@@ -22,10 +22,11 @@
#include "llvm/CodeGen/PBQP/Solution.h"
#include <map>
+#include <set>
namespace llvm {
- class LiveInterval;
+ class LiveIntervals;
class MachineFunction;
class MachineLoopInfo;