Include appropriate file
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 20:40:16 +0000 (20:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 20:40:16 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2379 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 3c4f98a8b959749d135f6fd893779739e7d63d1d..5c27700d9d66dead9d4fe7c115a077f3f3413519 100644 (file)
@@ -33,6 +33,8 @@
 #include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/LiveRangeInfo.h"
 #include <deque>
+#include <map>
+
 class MachineCodeForMethod;
 class MachineRegInfo;
 class FunctionLiveVarInfo;
index 3c4f98a8b959749d135f6fd893779739e7d63d1d..5c27700d9d66dead9d4fe7c115a077f3f3413519 100644 (file)
@@ -33,6 +33,8 @@
 #include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/LiveRangeInfo.h"
 #include <deque>
+#include <map>
+
 class MachineCodeForMethod;
 class MachineRegInfo;
 class FunctionLiveVarInfo;