diff options
Diffstat (limited to 'src/bench/strencodings.cpp')
-rw-r--r-- | src/bench/strencodings.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bench/strencodings.cpp b/src/bench/strencodings.cpp index 16d14278a7..dd5829caf2 100644 --- a/src/bench/strencodings.cpp +++ b/src/bench/strencodings.cpp @@ -3,9 +3,12 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <bench/bench.h> -#include <bench/data.h> +#include <bench/data/block413567.raw.h> +#include <span.h> #include <util/strencodings.h> +#include <vector> + static void HexStrBench(benchmark::Bench& bench) { auto const& data = benchmark::data::block413567; |