aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:57:15 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:57:15 +0000
commit155d2c93848cece13909a4c4c64a54bafcc8f24d (patch)
treef957c07cf689d4bd2a62aafed1ec1ab40a08cf8c
parentc8e6b10c2c7c1f5ee5576cb5fa42e1f4899ff984 (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
-rw-r--r--lib/CodeGen/InstrSched/SchedPriorities.h2
-rw-r--r--lib/Target/SparcV9/InstrSched/SchedPriorities.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h
index 52b5b9f008..f99d7ce86e 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;
diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
index 52b5b9f008..f99d7ce86e 100644
--- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h
+++ b/lib/Target/SparcV9/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;