Skip to content

Commit 0d1d3dc

Browse files
authored
fix: build with ubuntu 22.10 (gcc 12) due to missing header (dashpay#48)
1 parent bc880a3 commit 0d1d3dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/threshold.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#include "schemes.hpp"
1010

11+
#include <memory>
12+
1113
static std::unique_ptr<bls::CoreMPL> pThresholdScheme(new bls::LegacySchemeMPL);
1214

1315
/**

0 commit comments

Comments
 (0)