diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-11-08 14:07:33 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-11-08 14:07:33 +0000 |
commit | 691cd891e36e5e19d5a039babe5d03a512ad23a7 (patch) | |
tree | 72ea1d722f72cfbf633650529b552c904171b1e9 | |
parent | b638913c205e93b89fb73e020c42208d1d61671b (diff) |
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
-rw-r--r-- | include/Support/hash_map | 2 | ||||
-rw-r--r-- | include/Support/hash_set | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/Support/hash_map b/include/Support/hash_map index b52474735f..68ee596a85 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 <Support/HashExtras.h> + #endif diff --git a/include/Support/hash_set b/include/Support/hash_set index 5eb3f24c34..4bd91ab241 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 <Support/HashExtras.h> + #endif |