From: Chris Lattner Date: Sat, 26 Jul 2003 23:18:11 +0000 (+0000) Subject: Whoops, this one was needed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=70534ee5817c2d85bd941f5302d3e5a497d465c6;p=oota-llvm.git Whoops, this one was needed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/InstrForest.h b/include/llvm/CodeGen/InstrForest.h index 78b74df7d40..1927b337586 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;