aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2018-04-04 11:56:22 -0700
committerPieter Wuille <[email protected]>2018-04-05 08:20:37 -0700
commit833bc085835dd1bcd8c0fc2a25aa746b7d6fe012 (patch)
treee698a0cde4504510fa5d93bc4c6536dad6753750 /src/Makefile.am
parentMerge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size (diff)
downloaddiscoin-833bc085835dd1bcd8c0fc2a25aa746b7d6fe012.tar.xz
discoin-833bc085835dd1bcd8c0fc2a25aa746b7d6fe012.zip
Add Slice: a (pointer, size) array view that acts like a container
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 72e5cdb95..1cb4f4634 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -312,6 +312,7 @@ libbitcoin_consensus_a_SOURCES = \
script/script_error.cpp \
script/script_error.h \
serialize.h \
+ span.h \
tinyformat.h \
uint256.cpp \
uint256.h \