aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/InstrSched/SchedPriorities.h2
1 files changed, 1 insertions, 1 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;