Add missing header
This commit is contained in:
parent
0d18523d8f
commit
0c320fdc71
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#include <graphene/peerplays_sidechain/bitcoin/bitcoin_transaction.hpp>
|
||||
#include <graphene/peerplays_sidechain/bitcoin/types.hpp>
|
||||
|
||||
#include <endian.h>
|
||||
|
||||
namespace graphene { namespace peerplays_sidechain { namespace bitcoin {
|
||||
|
||||
inline void write_compact_size(bytes &vec, size_t size) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue