From 60fa583545ca11c3d67faca90f6411c3f822942e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Oct 2003 22:09:32 +0000 Subject: [PATCH] #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 --- lib/CodeGen/RegAlloc/IGNode.h | 1 + lib/Target/SparcV9/RegAlloc/IGNode.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h index 6743a908306..ddb70746fc5 100644 --- a/lib/CodeGen/RegAlloc/IGNode.h +++ b/lib/CodeGen/RegAlloc/IGNode.h @@ -25,6 +25,7 @@ #define IGNODE_H #include "LiveRange.h" +#include class RegClass; //---------------------------------------------------------------------------- diff --git a/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h index 6743a908306..ddb70746fc5 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 class RegClass; //----------------------------------------------------------------------------