From ec3e2f41cdba2a46fae92a6ab3ed5e03c67a5e74 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Nov 2002 16:46:05 +0000 Subject: [PATCH] New iostream definitions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4482 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSched/SchedPriorities.h | 1 + lib/Target/SparcV9/InstrSched/SchedPriorities.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 1366884b580..7cfcb038399 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 +#include class Function; class MachineInstr; diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h index 1366884b580..7cfcb038399 100644 --- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h +++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h @@ -18,6 +18,7 @@ #include "llvm/Target/MachineSchedInfo.h" #include "Support/hash_set" #include +#include class Function; class MachineInstr; -- 2.34.1