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 /include/Support/hash_map | |
| 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
Diffstat (limited to 'include/Support/hash_map')
| -rw-r--r-- | include/Support/hash_map | 2 |
1 files changed, 2 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 |
