File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
// file COPYING or https://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < addresstype.h>
6
- # include < script/script.h >
7
- #include < script/solver .h>
6
+
7
+ #include < crypto/sha256 .h>
8
8
#include < hash.h>
9
9
#include < pubkey.h>
10
+ #include < script/script.h>
11
+ #include < script/solver.h>
10
12
#include < uint256.h>
11
13
#include < util/hash_type.h>
12
14
15
+ #include < cassert>
13
16
#include < vector>
14
17
15
18
typedef std::vector<unsigned char > valtype;
Original file line number Diff line number Diff line change 3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
6
- #include < script/solver.h>
7
6
#include < pubkey.h>
8
7
#include < script/interpreter.h>
9
8
#include < script/script.h>
9
+ #include < script/solver.h>
10
10
#include < span.h>
11
11
12
- #include < string>
13
12
#include < algorithm>
13
+ #include < cassert>
14
+ #include < string>
14
15
15
16
typedef std::vector<unsigned char > valtype;
16
17
You can’t perform that action at this time.
0 commit comments