]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing include for std::__addressof
authorJonathan Wakely <jwakely@redhat.com>
Fri, 8 Jan 2016 13:14:01 +0000 (13:14 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 8 Jan 2016 13:14:01 +0000 (13:14 +0000)
PR libstdc++/69160
* include/bits/uses_allocator.h: Add missing include.

From-SVN: r232162

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/uses_allocator.h

index 782bae996757d7d76ef6a7bf6543e9708179bf2b..8a11aa684f3e04ddc5295edeb09e82ef85b09729 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/69160
+       * include/bits/uses_allocator.h: Add missing include.
+
 2016-01-07  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/69105
index b3c3f60510ef0b7293f13a59f8627e182401261e..70ba0076a1643db75e0e413f1fcbfce478a8d8d8 100644 (file)
@@ -30,6 +30,7 @@
 #else
 
 #include <type_traits>
+#include <bits/move.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {