diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:18:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-26 23:18:11 +0000 |
commit | 70534ee5817c2d85bd941f5302d3e5a497d465c6 (patch) | |
tree | 18925eff362b0a0bb709e1e1a76aea27fdeeee4a | |
parent | dee1263c7c2c604026f18d0a0f890dd6f431c3e5 (diff) |
Whoops, this one was needed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7346 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/InstrForest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/InstrForest.h b/include/llvm/CodeGen/InstrForest.h index 78b74df7d4..1927b33758 100644 --- a/include/llvm/CodeGen/InstrForest.h +++ b/include/llvm/CodeGen/InstrForest.h @@ -20,6 +20,7 @@ #define LLVM_CODEGEN_INSTRFOREST_H #include "llvm/Instruction.h" +#include "Support/hash_map" class Constant; class Function; |