diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-01 16:46:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-01 16:46:05 +0000 |
commit | ec3e2f41cdba2a46fae92a6ab3ed5e03c67a5e74 (patch) | |
tree | 26a415431019d72089e6ba50384190d721398649 /lib/CodeGen/InstrSched/SchedPriorities.h | |
parent | a145d4188cdb4243a8018a4537e3dc4ba25c72fa (diff) |
New iostream definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedPriorities.h')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedPriorities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 1366884b58..7cfcb03839 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/InstrSched/SchedPriorities.h @@ -18,6 +18,7 @@ #include "llvm/Target/MachineSchedInfo.h" #include "Support/hash_set" #include <list> +#include <iosfwd> class Function; class MachineInstr; |