diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2d64ee88fb41..6e11117a3e2a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -194,6 +194,7 @@ add_library(bitcoin_node STATIC EXCLUDE_FROM_ALL index/coinstatsindex.cpp index/txindex.cpp init.cpp + init/args.cpp kernel/chain.cpp kernel/checks.cpp kernel/coinstats.cpp diff --git a/src/compressor.h b/src/compressor.h index 95490b7bd235..7999aac33e85 100644 --- a/src/compressor.h +++ b/src/compressor.h @@ -6,6 +6,7 @@ #ifndef BITCOIN_COMPRESSOR_H #define BITCOIN_COMPRESSOR_H +#include #include #include #include