File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
#include < bloom.h>
6
6
7
- #include < primitives/transaction.h>
8
7
#include < hash.h>
8
+ #include < primitives/transaction.h>
9
+ #include < random.h>
9
10
#include < script/script.h>
10
11
#include < script/standard.h>
11
- #include < random .h>
12
+ #include < span .h>
12
13
#include < streams.h>
13
14
14
- #include < math.h>
15
- #include < stdlib.h>
16
-
17
15
#include < algorithm>
16
+ #include < cmath>
17
+ #include < cstdlib>
18
+ #include < limits>
19
+ #include < vector>
18
20
19
21
static constexpr double LN2SQUARED = 0.4804530139182014246671025263266649717305529515945455 ;
20
22
static constexpr double LN2 = 0.6931471805599453094172321214581765680755001343602552 ;
Original file line number Diff line number Diff line change 6
6
#define BITCOIN_BLOOM_H
7
7
8
8
#include < serialize.h>
9
+ #include < span.h>
9
10
10
11
#include < vector>
11
12
You can’t perform that action at this time.
0 commit comments