aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-15 22:09:32 +0000
committerChris Lattner <sabre@nondot.org>2003-10-15 22:09:32 +0000
commit60fa583545ca11c3d67faca90f6411c3f822942e (patch)
tree35490c61b4e9ee3f921f9f8765f1aaeacb508187 /lib/Target/SparcV9/RegAlloc
parent803f03e217ec25cf71b2b6dea65da2e377527b6b (diff)
downloadexternal_llvm-60fa583545ca11c3d67faca90f6411c3f822942e.zip
external_llvm-60fa583545ca11c3d67faca90f6411c3f822942e.tar.gz
external_llvm-60fa583545ca11c3d67faca90f6411c3f822942e.tar.bz2
#include vector which we will need here soon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r--lib/Target/SparcV9/RegAlloc/IGNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h
index 6743a90..ddb7074 100644
--- a/lib/Target/SparcV9/RegAlloc/IGNode.h
+++ b/lib/Target/SparcV9/RegAlloc/IGNode.h
@@ -25,6 +25,7 @@
#define IGNODE_H
#include "LiveRange.h"
+#include <vector>
class RegClass;
//----------------------------------------------------------------------------