libstdc++-v3/ChangeLog:
* testsuite/experimental/memory_resource/new_delete_resource.cc:
Add missing <cstdint> header.
* testsuite/experimental/memory_resource/resource_adaptor.cc:
Likewise.
#include <experimental/memory_resource>
#include <cstdlib>
+#include <cstdint>
#include <testsuite_hooks.h>
#if (defined __sun__ || defined __VXWORKS__) && defined __i386__
// <http://www.gnu.org/licenses/>.
#include <experimental/memory_resource>
+#include <cstdint>
#include <ext/debug_allocator.h>
#include <ext/new_allocator.h>
#include <ext/malloc_allocator.h>