* include/tr1/hashtable.h: Add header for __gnu_cxx::__alloc_traits.
From-SVN: r276576
2019-10-04 Jonathan Wakely <jwakely@redhat.com>
+ * include/tr1/hashtable.h: Add header for __gnu_cxx::__alloc_traits.
+
* include/tr1/hashtable.h (tr1::_Hashtable::_M_allocate_node): Use
__gnu_cxx::__alloc_traits for allocator construct function.
(tr1::_Hashtable::_M_deallocate_node): Likewise for destroy function.
#pragma GCC system_header
#include <tr1/hashtable_policy.h>
+#include <ext/alloc_traits.h>
namespace std _GLIBCXX_VISIBILITY(default)
{