Commit 16d0ab7f by Jonathan Wakely Committed by Jonathan Wakely

Add missing header for std::max_align_t

	* include/experimental/memory_resource: Include <cstddef> header.

From-SVN: r262977
parent cf7fb52d
2018-07-25 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/memory_resource: Include <cstddef> header.
* acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17.
* src/Makefile.am: Add comment.
* src/c++17/Makefile.in: Regenerate.
......
......@@ -32,7 +32,8 @@
#include <memory> // align, uses_allocator, __uses_alloc
#include <experimental/utility> // pair, experimental::erased_type
#include <atomic> // atomic
#include <new>
#include <new> // placement new
#include <cstddef> // max_align_t
#include <ext/new_allocator.h>
#include <debug/assertions.h>
......
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