diff options
Diffstat (limited to 'src/bench/ellswift.cpp')
-rw-r--r-- | src/bench/ellswift.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bench/ellswift.cpp b/src/bench/ellswift.cpp index 4780db8e1c..4dfef0e9c5 100644 --- a/src/bench/ellswift.cpp +++ b/src/bench/ellswift.cpp @@ -3,9 +3,14 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <bench/bench.h> - #include <key.h> +#include <pubkey.h> #include <random.h> +#include <span.h> +#include <uint256.h> + +#include <algorithm> +#include <cassert> static void EllSwiftCreate(benchmark::Bench& bench) { |