commit | 3ff4387113d7e74a8aa73f80c3518cb95f09a64b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 28 22:56:31 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 28 22:56:31 2001 +0000 |
tree | 7e55b84e841721d133477294b2fee246ee6ceaed | |
parent | c56d779501901e22103a1236768cb97fd9b5c9b0 [diff] [blame] |
Pull iterators out of CFG.h and CFGdecls and put them in Support directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@664 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 909f4ed..81a2e6a 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/InstrSched/SchedPriorities.h
@@ -25,6 +25,7 @@ #include "llvm/CodeGen/InstrScheduling.h" #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/Target/MachineSchedInfo.h" +#include <list> class Method; class MachineInstr;