Convert examples to piecemeal includes

This commit is contained in:
Martin Hořeňovský
2020-01-21 14:46:07 +01:00
parent 26f78f96aa
commit 17281c09c3
8 changed files with 22 additions and 13 deletions

View File

@@ -4,7 +4,9 @@
// Specifically we will implement a random number generator for integers
// It will have infinite capacity and settable lower/upper bound
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_generators.hpp>
#include <catch2/catch_generators_generic.hpp>
#include <random>