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

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>