forked from OSchip/llvm-project
parent
49155b50ba
commit
707ececebc
|
@ -42,8 +42,8 @@ using HASH_NAMESPACE::hash_map;
|
|||
using HASH_NAMESPACE::hash_multimap;
|
||||
using HASH_NAMESPACE::hash;
|
||||
|
||||
/* Include vector because ext/hash_map includes stl_vector.h and leaves
|
||||
out specializations like stl_bvector.h, causing link conflicts. */
|
||||
// Include vector because ext/hash_map includes stl_vector.h and leaves
|
||||
// out specializations like stl_bvector.h, causing link conflicts.
|
||||
#include <vector>
|
||||
|
||||
#include <Support/HashExtras.h>
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
using HASH_NAMESPACE::hash_set;
|
||||
using HASH_NAMESPACE::hash;
|
||||
|
||||
/* Include vector because ext/hash_set includes stl_vector.h and leaves
|
||||
out specializations like stl_bvector.h, causing link conflicts. */
|
||||
// Include vector because ext/hash_set includes stl_vector.h and leaves
|
||||
// out specializations like stl_bvector.h, causing link conflicts.
|
||||
#include <vector>
|
||||
|
||||
#include <Support/HashExtras.h>
|
||||
|
|
Loading…
Reference in New Issue