diff options
Diffstat (limited to 'src/bench/bench.cpp')
-rw-r--r-- | src/bench/bench.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 733f8085ca..a2dbb11888 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -4,16 +4,21 @@ #include <bench/bench.h> -#include <test/util/setup_common.h> +#include <test/util/setup_common.h> // IWYU pragma: keep +#include <tinyformat.h> #include <util/fs.h> #include <util/string.h> #include <chrono> +#include <compare> #include <fstream> #include <functional> #include <iostream> #include <map> +#include <ratio> #include <regex> +#include <set> +#include <stdexcept> #include <string> #include <vector> |