Commit 8dc781e4 by Jakub Jelinek Committed by Jakub Jelinek

* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.

From-SVN: r232898
parent 2b572b3c
2016-01-27 Jakub Jelinek <jakub@redhat.com>
* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.
2016-01-27 Jonathan Wakely <jwakely@redhat.com> 2016-01-27 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/69295 PR libstdc++/69295
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <set> #include <set>
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#include <random>
template<class T> template<class T>
void void
......
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