mirror of git://gcc.gnu.org/git/gcc.git
Add missing <random> header in testcase
* testsuite/experimental/algorithm/sample.cc: Add missing header. From-SVN: r241130
This commit is contained in:
parent
10482a6598
commit
40799fe51f
|
|
@ -1,5 +1,7 @@
|
|||
2016-10-13 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/experimental/algorithm/sample.cc: Add missing header.
|
||||
|
||||
* include/experimental/propagate_const (element_type): Qualify
|
||||
declval.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include <sstream>
|
||||
#include <forward_list>
|
||||
#include <vector>
|
||||
#include <random>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
std::mt19937 rng;
|
||||
|
|
|
|||
Loading…
Reference in New Issue