mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.
From-SVN: r232898
This commit is contained in:
parent
2b572b3c21
commit
8dc781e454
|
|
@ -1,3 +1,7 @@
|
|||
2016-01-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.
|
||||
|
||||
2016-01-27 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/69295
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <set>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <random>
|
||||
|
||||
template<class T>
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue