diff options
| -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; |

