diff --git a/src/Makefile.am b/src/Makefile.am index 4764960539..9be136a494 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -509,6 +509,7 @@ libdash_consensus_a_SOURCES = \ script/script_error.cpp \ script/script_error.h \ serialize.h \ + span.h \ streams.h \ tinyformat.h \ uint256.cpp \ diff --git a/src/compressor.h b/src/compressor.h index 3c083d002c..2342c6d62d 100644 --- a/src/compressor.h +++ b/src/compressor.h @@ -9,6 +9,7 @@ #include #include