diff --git a/src/Makefile.am b/src/Makefile.am index f82248fbe..1bbb92bf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -316,6 +316,7 @@ libbitcoin_consensus_a_SOURCES = \ script/script_error.cpp \ script/script_error.h \ serialize.h \ + span.h \ tinyformat.h \ uint256.cpp \ uint256.h \ diff --git a/src/compressor.h b/src/compressor.h index 561c8e66d..6bd68529d 100644 --- a/src/compressor.h +++ b/src/compressor.h @@ -9,6 +9,7 @@ #include #include