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;