diff options
Diffstat (limited to 'src/bench/chacha20.cpp')
-rw-r--r-- | src/bench/chacha20.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bench/chacha20.cpp b/src/bench/chacha20.cpp index e0bb07d8be..f154d8c6be 100644 --- a/src/bench/chacha20.cpp +++ b/src/bench/chacha20.cpp @@ -6,6 +6,11 @@ #include <bench/bench.h> #include <crypto/chacha20.h> #include <crypto/chacha20poly1305.h> +#include <span.h> + +#include <cstddef> +#include <cstdint> +#include <vector> /* Number of bytes to process per iteration */ static const uint64_t BUFFER_SIZE_TINY = 64; |