Fix microbenchmark example in the main readme.md

This commit is contained in:
Martin Hořeňovský 2022-10-19 21:41:58 +02:00
parent 77f7c0104d
commit fb68bb0bd5
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ TEST_CASE( "Factorials are computed", "[factorial]" ) {
**Example microbenchmark**
```cpp
#include <catch2/catch_test_macros.hpp>
#include <catch2/benchmark/catch_benchmark.hpp>
#include <cstdint>