commit | 155d2c93848cece13909a4c4c64a54bafcc8f24d | [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 | f957c07cf689d4bd2a62aafed1ec1ab40a08cf8c | |
parent | c8e6b10c2c7c1f5ee5576cb5fa42e1f4899ff984 [diff] |
Change to make it build with GCC 2.95.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1802 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 52b5b9f..f99d7ce 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/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;