Include vector into these two files to ensure that specializations like
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 25 Jul 2003 14:06:13 +0000 (14:06 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 25 Jul 2003 14:06:13 +0000 (14:06 +0000)
commit7f90b520b48d4bafe2f481c60f55fa8499969998
treed14b99fb8af3b61d5e04a4ec531fce9dded6e1f0
parenta259c9be2acc9528ec7feb3cfd51dcde36d87bb3
Include vector into these two files to ensure that specializations like
stl_bvector.h are correctly included into *anything* that includes hash_map
or hash_set.  ext/hash_map includes stl_vector.h directly and leaves
out the specializations, causing truly nasty bugs due to inconsistent
versions of vector<> being used for vector<bool> in different files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7303 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/hash_map
include/Support/hash_set