Ensure the full benchmarking support is present in the single header

Fixes #1800
This commit is contained in:
Martin Hořeňovský
2019-11-15 11:54:38 +01:00
parent d7b8c3ace3
commit f23f96883a
2 changed files with 30 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
#endif
#if defined(CATCH_CONFIG_ENABLE_BENCHMARKING)
#include "internal/benchmark/catch_benchmark.hpp"
#include "internal/benchmark/catch_benchmarking_all.hpp"
#endif
#endif // ! CATCH_CONFIG_IMPL_ONLY