Skip to content

Commit

Permalink
include cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Nov 26, 2024
1 parent fa2f88d commit 6745f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Bitcoin/pubkey_to_scriptPubKey.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef BITCOIN_PUBKEY_TO_SCRIPTPUBKEY_HPP
#define BITCOIN_PUBKEY_TO_SCRIPTPUBKEY_HPP

#include<cstdint>
#include<string>
#include<vector>

Expand Down
1 change: 1 addition & 0 deletions Boltz/Detail/swaptree.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef BOLTZ_DETAIL_SWAP_TREE_HPP
#define BOLTZ_DETAIL_SWAP_TREE_HPP

#include<cstdint>
#include<string>
#include<vector>

Expand Down
1 change: 1 addition & 0 deletions Secp256k1/TapscriptTree.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef SECP256K1_TAPTREE_HPP
#define SECP256K1_TAPTREE_HPP

#include<cstdint>
#include<stdexcept>
#include<vector>

Expand Down
1 change: 1 addition & 0 deletions Secp256k1/tagged_hashes.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef SECP256K1_TAGGED_HASHES_HPP
#define SECP256K1_TAGGED_HASHES_HPP

#include<cstdint>
#include<string>

namespace Tag {
Expand Down

0 comments on commit 6745f3b

Please sign in to comment.