Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 35d0205

Browse files
committed
Minor includes fixes #3
1 parent 013e140 commit 35d0205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/nil/crypto3/pubkey/detail/complexity.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#ifndef CRYPTO3_PUBKEY_COMPLEXITY_HPP
2626
#define CRYPTO3_PUBKEY_COMPLEXITY_HPP
2727

28+
#include <algorithm>
29+
#include <numeric>
30+
2831
namespace nil {
2932
namespace crypto3 {
3033
namespace pubkey {

0 commit comments

Comments
 (0)