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:
Jonathan Wakely 2016-01-08 13:14:01 +00:00 committed by Jonathan Wakely
parent b356666905
commit e525d78caa
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -30,6 +30,7 @@
#else
#include <type_traits>
#include <bits/move.h>
namespace std _GLIBCXX_VISIBILITY(default)
{