Include HashExtras.h since it is almost always needed anyway.

llvm-svn: 4626
This commit is contained in:
Vikram S. Adve 2002-11-08 14:07:33 +00:00
parent 920defede7
commit 1b72f8cd28
2 changed files with 4 additions and 0 deletions

View File

@ -39,4 +39,6 @@
using HASH_NAMESPACE::hash_map;
using HASH_NAMESPACE::hash;
#include <Support/HashExtras.h>
#endif

View File

@ -39,5 +39,7 @@
using HASH_NAMESPACE::hash_set;
using HASH_NAMESPACE::hash;
#include <Support/HashExtras.h>
#endif