Include appropriate file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2379 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-28 20:40:16 +00:00
parent 31bcdb822f
commit 97453d60c6
2 changed files with 4 additions and 0 deletions

View 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;

View 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;