aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;