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 | e5a61ccdc5fdb5d3410a41a4f45071f5adb7d40d (patch) | |
tree | 50857740c9f8830cfe8abf97c920d58085f52f2d /lib/CodeGen/InstrSched/SchedGraph.h | |
parent | 70534ee5817c2d85bd941f5302d3e5a497d465c6 (diff) |
Hrm, another necesary one :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h index a1e85c5acb..2b7e44965b 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.h +++ b/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; |