Whoops, this one was needed
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:18:11 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2003 23:18:11 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7346 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/InstrForest.h

index 78b74df7d403d1bedc6ef1dd1c8d2519ee76d5ec..1927b337586236ad3c7949e69423ff537b07875a 100644 (file)
@@ -20,6 +20,7 @@
 #define LLVM_CODEGEN_INSTRFOREST_H
 
 #include "llvm/Instruction.h"
+#include "Support/hash_map"
 
 class Constant;
 class Function;