Commit 40799fe5 by Jonathan Wakely Committed by Jonathan Wakely

Add missing <random> header in testcase

	* testsuite/experimental/algorithm/sample.cc: Add missing header.

From-SVN: r241130
parent 10482a65
2016-10-13 Jonathan Wakely <jwakely@redhat.com> 2016-10-13 Jonathan Wakely <jwakely@redhat.com>
* testsuite/experimental/algorithm/sample.cc: Add missing header.
* include/experimental/propagate_const (element_type): Qualify * include/experimental/propagate_const (element_type): Qualify
declval. declval.
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <sstream> #include <sstream>
#include <forward_list> #include <forward_list>
#include <vector> #include <vector>
#include <random>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
std::mt19937 rng; std::mt19937 rng;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment