aboutsummaryrefslogtreecommitdiff
path: root/src/bench/poly1305.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/poly1305.cpp')
-rw-r--r--src/bench/poly1305.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bench/poly1305.cpp b/src/bench/poly1305.cpp
index be0e5f2c2d..f58afe9845 100644
--- a/src/bench/poly1305.cpp
+++ b/src/bench/poly1305.cpp
@@ -5,9 +5,12 @@
#include <bench/bench.h>
#include <crypto/poly1305.h>
-
#include <span.h>
+#include <cstddef>
+#include <cstdint>
+#include <vector>
+
/* Number of bytes to process per iteration */
static constexpr uint64_t BUFFER_SIZE_TINY = 64;
static constexpr uint64_t BUFFER_SIZE_SMALL = 256;