summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/tr1/hashtable
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1/hashtable')
-rw-r--r--libstdc++-v3/include/tr1/hashtable3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/hashtable b/libstdc++-v3/include/tr1/hashtable
index 7fa9ea11789..526ebf82e27 100644
--- a/libstdc++-v3/include/tr1/hashtable
+++ b/libstdc++-v3/include/tr1/hashtable
@@ -53,9 +53,10 @@
#define _TR1_HASHTABLE 1
#include <utility> // For std::pair
-#include <iterator>
#include <cstddef>
#include <cmath>
+#include <bits/stl_iterator_base_types.h>
+#include <bits/stl_iterator_base_funcs.h>
#include <bits/allocator.h>
#include <bits/functexcept.h>
#include <tr1/type_traits> // For true_type and false_type
OpenPOWER on IntegriCloud