From: Chris Lattner Date: Wed, 15 Oct 2003 22:09:32 +0000 (+0000) Subject: #include vector which we will need here soon X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60fa583545ca11c3d67faca90f6411c3f822942e;p=oota-llvm.git #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 --- 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; //----------------------------------------------------------------------------