Skip to content

Commit 1924476

Browse files
fix: include <memory>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 41b9579 commit 1924476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmq/dkgtypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <llmq/commitment.h>
1616

1717
#include <algorithm>
18+
#include <memory>
1819
#include <vector>
1920

2021
namespace llmq
@@ -29,7 +30,6 @@ class CDKGContribution
2930
BLSVerificationVectorPtr vvec;
3031
std::shared_ptr<CBLSIESMultiRecipientObjects<CBLSSecretKey>> contributions;
3132
CBLSSignature sig;
32-
3333
public:
3434
template<typename Stream>
3535
inline void SerializeWithoutSig(Stream& s) const

0 commit comments

Comments
 (0)