From: Jonathan Wakely Date: Thu, 14 Jul 2016 15:27:09 +0000 (+0100) Subject: Add header for std::search to testcase X-Git-Tag: basepoints/gcc-8~5701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d5cb3c3b367f8ef30d909b41a44f9ef5fd4327;p=thirdparty%2Fgcc.git Add header for std::search to testcase * testsuite/experimental/functional/searchers.cc: Include for std::search. From-SVN: r238341 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 491e0d81a432..a47781c61f10 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-07-14 Jonathan Wakely + * testsuite/experimental/functional/searchers.cc: Include + for std::search. + PR libstdc++/70716 * include/bits/forward_list.h (forward_list): Update doxygen comments to reflect allocator propagation semantics. Remove ambiguous diff --git a/libstdc++-v3/testsuite/experimental/functional/searchers.cc b/libstdc++-v3/testsuite/experimental/functional/searchers.cc index 5e585f8232ee..143593fe6552 100644 --- a/libstdc++-v3/testsuite/experimental/functional/searchers.cc +++ b/libstdc++-v3/testsuite/experimental/functional/searchers.cc @@ -22,6 +22,7 @@ #ifdef _GLIBCXX_USE_WCHAR_T # include #endif +#include #include using std::experimental::make_default_searcher;