Add missing <random> header in testcase

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

From-SVN: r241130
This commit is contained in:
Jonathan Wakely 2016-10-13 17:42:53 +01:00 committed by Jonathan Wakely
parent 10482a6598
commit 40799fe51f
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -22,6 +22,7 @@
#include <sstream>
#include <forward_list>
#include <vector>
#include <random>
#include <testsuite_hooks.h>
std::mt19937 rng;