From 1b72f8cd28b74e75f9a2787503562f288181663c Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 8 Nov 2002 14:07:33 +0000 Subject: [PATCH] Include HashExtras.h since it is almost always needed anyway. llvm-svn: 4626 --- llvm/include/Support/hash_map | 2 ++ llvm/include/Support/hash_set | 2 ++ 2 files changed, 4 insertions(+) diff --git a/llvm/include/Support/hash_map b/llvm/include/Support/hash_map index b52474735fe4..68ee596a8556 100644 --- a/llvm/include/Support/hash_map +++ b/llvm/include/Support/hash_map @@ -39,4 +39,6 @@ using HASH_NAMESPACE::hash_map; using HASH_NAMESPACE::hash; +#include + #endif diff --git a/llvm/include/Support/hash_set b/llvm/include/Support/hash_set index 5eb3f24c347d..4bd91ab241f8 100644 --- a/llvm/include/Support/hash_set +++ b/llvm/include/Support/hash_set @@ -39,5 +39,7 @@ using HASH_NAMESPACE::hash_set; using HASH_NAMESPACE::hash; +#include + #endif