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 | dcf31cec85dfd1256512080ce396013c1a60b834 (patch) | |
| tree | 1cd2f639cb72bc1a3765a39fc9542de2fa29a675 /llvm/lib/CodeGen | |
| parent | 36c05c8f69331e99884a98f04db0383392096dde (diff) | |
| download | bcm5719-llvm-dcf31cec85dfd1256512080ce396013c1a60b834.tar.gz bcm5719-llvm-dcf31cec85dfd1256512080ce396013c1a60b834.zip | |
New iostream definitions
llvm-svn: 4482
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 1366884b580..7cfcb038399 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/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; |

