commit | 50cf8f1871282b2b5a433cecfb2db404ce1a1f9e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 28 20:40:16 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 28 20:40:16 2002 +0000 |
tree | b085d45da394911f23eedb64a5f4dffe838670e5 | |
parent | ca14237696a1b7453bbf90f511bd9f2b03254ae9 [diff] [blame] |
Include appropriate file llvm-svn: 2379
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 3c4f98a..5c27700 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -33,6 +33,8 @@ #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/LiveRangeInfo.h" #include <deque> +#include <map> + class MachineCodeForMethod; class MachineRegInfo; class FunctionLiveVarInfo;