mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Added <random> include for std::uniform_int_distribution
This commit is contained in:
parent
d10b9bd02e
commit
4ea74ff966
@ -23,6 +23,7 @@
|
||||
#include <cmath>
|
||||
#include <utility>
|
||||
#include <cstddef>
|
||||
#include <random>
|
||||
|
||||
namespace Catch {
|
||||
namespace Benchmark {
|
||||
|
Loading…
Reference in New Issue
Block a user