diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2018-04-04 11:56:22 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2018-04-05 08:20:37 -0700 |
commit | 833bc085835dd1bcd8c0fc2a25aa746b7d6fe012 (patch) | |
tree | e698a0cde4504510fa5d93bc4c6536dad6753750 /src/Makefile.am | |
parent | bfaed1ab2ec7fb3a1a6a7ed0b84503c2ed461c67 (diff) |
Add Slice: a (pointer, size) array view that acts like a container
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 72e5cdb95d..1cb4f46340 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 \ |