diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:22:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:22:19 +0000 |
| commit | 131638326749f06831f6aa593e36d04dd336846f (patch) | |
| tree | 1e6b2b6db017779c36545b603636cb5eab2b6003 /llvm/lib/CodeGen | |
| parent | e63edd73e232b586ced28e212e898dda30577b6b (diff) | |
| download | bcm5719-llvm-131638326749f06831f6aa593e36d04dd336846f.tar.gz bcm5719-llvm-131638326749f06831f6aa593e36d04dd336846f.zip | |
Hrm, another necesary one :(
llvm-svn: 7347
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h index a1e85c5acb7..2b7e44965b9 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h +++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h @@ -16,6 +16,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "Support/GraphTraits.h" +#include "Support/hash_map" class Value; class Instruction; |

