mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 09:41:09 +08:00
Add missing include for std::__addressof
PR libstdc++/69160 * include/bits/uses_allocator.h: Add missing include. From-SVN: r232162
This commit is contained in:
parent
b356666905
commit
e525d78caa
@ -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
|
||||
|
@ -30,6 +30,7 @@
|
||||
#else
|
||||
|
||||
#include <type_traits>
|
||||
#include <bits/move.h>
|
||||
|
||||
namespace std _GLIBCXX_VISIBILITY(default)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user