summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/stl/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/stl/alloc.h')
-rw-r--r--contrib/libstdc++/stl/alloc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/libstdc++/stl/alloc.h b/contrib/libstdc++/stl/alloc.h
index 7cc9610..f99a862 100644
--- a/contrib/libstdc++/stl/alloc.h
+++ b/contrib/libstdc++/stl/alloc.h
@@ -33,7 +33,9 @@ using __STD::single_client_alloc;
#ifdef __STL_STATIC_TEMPLATE_MEMBER_BUG
using __STD::__malloc_alloc_oom_handler;
#endif /* __STL_STATIC_TEMPLATE_MEMBER_BUG */
-
+#ifdef __STL_USE_STD_ALLOCATORS
+using __STD::allocator;
+#endif /* __STL_USE_STD_ALLOCATORS */
#endif /* __STL_USE_NAMESPACES */
OpenPOWER on IntegriCloud