Index: uspace/lib/cpp/include/impl/vector.hpp
===================================================================
--- uspace/lib/cpp/include/impl/vector.hpp	(revision 98c99bab57ff11e7e32b3f09d2386617fa94db9c)
+++ uspace/lib/cpp/include/impl/vector.hpp	(revision 836ecad0a6a34bff70b441989b9f47cafa00a840)
@@ -188,5 +188,5 @@
             allocator_type get_allocator() const noexcept
             {
-                return allocator_type{};
+                return allocator_type{allocator_};
             }
 
@@ -493,5 +493,5 @@
             size_type size_;
             size_type capacity_;
-            Allocator allocator_;
+            allocator_type allocator_;
 
             void resize_without_copy_(size_type capacity)
