diff options
author | Lang Hames <lhames@gmail.com> | 2010-12-08 22:15:32 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2010-12-08 22:15:32 +0000 |
commit | 35f4cf0474fd7346a34e5d2ccd73681832ce0cc5 (patch) | |
tree | f624ed7bb5c7c00d27d8df4e113e214dbce3bc79 /include/llvm/CodeGen/RegAllocPBQP.h | |
parent | 86386923625c7ae59e8e3d6ceaf9fdd3b33f7718 (diff) | |
download | external_llvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.zip external_llvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.tar.gz external_llvm-35f4cf0474fd7346a34e5d2ccd73681832ce0cc5.tar.bz2 |
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/llvm/CodeGen/RegAllocPBQP.h')
-rw-r--r-- | include/llvm/CodeGen/RegAllocPBQP.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegAllocPBQP.h b/include/llvm/CodeGen/RegAllocPBQP.h index 008a7b3..7e8745e 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; |