From: Jonathan Wakely Date: Mon, 23 Jan 2017 23:59:08 +0000 (+0000) Subject: Restore header to test X-Git-Tag: basepoints/gcc-8~1422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11948d83949c30843205d5510ed2a6261fd701ab;p=thirdparty%2Fgcc.git Restore header to test * testsuite/experimental/array/make_array.cc: Restore inclusion. From-SVN: r244840 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 81f052749505..c89020ef029d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-01-23 Jonathan Wakely + + * testsuite/experimental/array/make_array.cc: Restore + inclusion. + 2017-01-23 Thomas Preud'homme * testsuite/29_atomics/atomic/69301.cc: Require atomic builtins. diff --git a/libstdc++-v3/testsuite/experimental/array/make_array.cc b/libstdc++-v3/testsuite/experimental/array/make_array.cc index 1b7d60e3173f..75f5333639cb 100644 --- a/libstdc++-v3/testsuite/experimental/array/make_array.cc +++ b/libstdc++-v3/testsuite/experimental/array/make_array.cc @@ -18,6 +18,7 @@ // . #include +#include // for std::ref and std::reference_wrapper struct MoveOnly {