From: redi Date: Thu, 14 Jul 2016 15:27:09 +0000 (+0000) Subject: Add header for std::search to testcase X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca8663b7b1451f4ca0097af7eb902367970f7b33;p=thirdparty%2Fgcc.git Add header for std::search to testcase * testsuite/experimental/functional/searchers.cc: Include for std::search. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238341 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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;