diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 18:57:15 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-02-26 18:57:15 +0000 |
commit | ef5631efba908a1369a7377beec171116003336e (patch) | |
tree | e23086090aa4f5d476f903f4636ebf0a0bc907f2 /llvm/lib | |
parent | 40892bab68ae5617175977198e6a4d8d05e0caa1 (diff) | |
download | bcm5719-llvm-ef5631efba908a1369a7377beec171116003336e.tar.gz bcm5719-llvm-ef5631efba908a1369a7377beec171116003336e.zip |
Change to make it build with GCC 2.95.3
llvm-svn: 1802
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 52b5b9f0080..f99d7ce86ea 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; |