From 691cd891e36e5e19d5a039babe5d03a512ad23a7 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4626 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/hash_map | 2 ++ include/Support/hash_set | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/Support/hash_map b/include/Support/hash_map index b52474735fe..68ee596a855 100644 --- a/include/Support/hash_map +++ b/include/Support/hash_map @@ -39,4 +39,6 @@ using HASH_NAMESPACE::hash_map; using HASH_NAMESPACE::hash; +#include + #endif diff --git a/include/Support/hash_set b/include/Support/hash_set index 5eb3f24c347..4bd91ab241f 100644 --- a/include/Support/hash_set +++ b/include/Support/hash_set @@ -39,5 +39,7 @@ using HASH_NAMESPACE::hash_set; using HASH_NAMESPACE::hash; +#include + #endif -- 2.34.1