summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-26 23:18:11 +0000
committerChris Lattner <sabre@nondot.org>2003-07-26 23:18:11 +0000
commit70534ee5817c2d85bd941f5302d3e5a497d465c6 (patch)
tree18925eff362b0a0bb709e1e1a76aea27fdeeee4a /include
parentdee1263c7c2c604026f18d0a0f890dd6f431c3e5 (diff)
downloadllvm-70534ee5817c2d85bd941f5302d3e5a497d465c6.tar.gz
llvm-70534ee5817c2d85bd941f5302d3e5a497d465c6.tar.bz2
llvm-70534ee5817c2d85bd941f5302d3e5a497d465c6.tar.xz
Whoops, this one was needed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/InstrForest.h1
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;