From 97453d60c6d7a3235d974e755bd9736c4da6588a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Apr 2002 20:40:16 +0000 Subject: [PATCH] Include appropriate file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2379 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 ++ lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 3c4f98a8b95..5c27700d9d6 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -33,6 +33,8 @@ #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/LiveRangeInfo.h" #include +#include + class MachineCodeForMethod; class MachineRegInfo; class FunctionLiveVarInfo; diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 3c4f98a8b95..5c27700d9d6 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -33,6 +33,8 @@ #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/LiveRangeInfo.h" #include +#include + class MachineCodeForMethod; class MachineRegInfo; class FunctionLiveVarInfo;