aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bip324_ecdh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/bip324_ecdh.cpp')
-rw-r--r--src/bench/bip324_ecdh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/bip324_ecdh.cpp b/src/bench/bip324_ecdh.cpp
index 88f3932ad8..e6a614dadf 100644
--- a/src/bench/bip324_ecdh.cpp
+++ b/src/bench/bip324_ecdh.cpp
@@ -3,12 +3,12 @@
// 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 <algorithm>
#include <array>
#include <cstddef>