Commit e525d78c by Jonathan Wakely Committed by Jonathan Wakely

Add missing include for std::__addressof

	PR libstdc++/69160
	* include/bits/uses_allocator.h: Add missing include.

From-SVN: r232162
parent b3566669
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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment