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

Commit e0c2a95

Browse files
committed
More minor updates #3
1 parent b79c7b2 commit e0c2a95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

include/nil/crypto3/pubkey/detail/bls/bls_core_functions.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef CRYPTO3_PUBKEY_BLS_CORE_FUNCTIONS_HPP
2727
#define CRYPTO3_PUBKEY_BLS_CORE_FUNCTIONS_HPP
2828

29+
#include <nil/crypto3/algebra/curves/bls12.hpp>
30+
2931
#include <nil/crypto3/multiprecision/cpp_int.hpp>
3032

3133
#include <boost/concept/assert.hpp>

include/nil/crypto3/pubkey/private_key.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef CRYPTO3_PUBKEY_PRIVATE_KEY_HPP
2727
#define CRYPTO3_PUBKEY_PRIVATE_KEY_HPP
2828

29+
#include <boost/range/concepts.hpp>
30+
2931
#include <nil/crypto3/pubkey/public_key.hpp>
3032

3133
namespace nil {

0 commit comments

Comments
 (0)