* include/experimental/functional: Include <parallel/algorithm> in
Parallel Mode.
From-SVN: r238342
2016-07-14 Jonathan Wakely <jwakely@redhat.com>
+ * include/experimental/functional: Include <parallel/algorithm> in
+ Parallel Mode.
+
* testsuite/experimental/functional/searchers.cc: Include <algorithm>
for std::search.
#include <vector>
#include <array>
#include <bits/stl_algo.h>
+#ifdef _GLIBCXX_PARALLEL
+# include <parallel/algorithm> // For std::__parallel::search
+#endif
namespace std _GLIBCXX_VISIBILITY(default)
{