mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 23:36:11 +01:00
Merge pull request #1831 from matt77hias/master
Added <random> include for std::uniform_int_distribution
This commit is contained in:
commit
bff44f8b01
@ -23,6 +23,7 @@
|
||||
#include <cmath>
|
||||
#include <utility>
|
||||
#include <cstddef>
|
||||
#include <random>
|
||||
|
||||
namespace Catch {
|
||||
namespace Benchmark {
|
||||
|
Loading…
Reference in New Issue
Block a user