commit | ef5631efba908a1369a7377beec171116003336e | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Feb 26 18:57:15 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Feb 26 18:57:15 2002 +0000 |
tree | e23086090aa4f5d476f903f4636ebf0a0bc907f2 | |
parent | 40892bab68ae5617175977198e6a4d8d05e0caa1 [diff] [blame] |
Change to make it build with GCC 2.95.3 llvm-svn: 1802
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 52b5b9f..f99d7ce 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
@@ -27,7 +27,7 @@ #include "Support/CommandLine.h" #include <list> #include <ext/hash_set> -#include <ostream> +#include <iostream> class Method; class MachineInstr; class SchedulingManager;