Merge pull request #1831 from matt77hias/master

Added <random> include for std::uniform_int_distribution
This commit is contained in:
Martin Hořeňovský 2020-01-14 14:05:50 +01:00 committed by GitHub
commit bff44f8b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <cmath>
#include <utility>
#include <cstddef>
#include <random>
namespace Catch {
namespace Benchmark {