diff --git a/src/Makefile.am b/src/Makefile.am index 972a3e279bfcf..2b389e4b0ab0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -246,6 +246,7 @@ BITCOIN_CORE_H = \ util/fees.h \ util/getuniquepath.h \ util/golombrice.h \ + util/hash_type.h \ util/hasher.h \ util/macros.h \ util/message.h \ diff --git a/src/script/standard.h b/src/script/standard.h index f2bf4a8af3501..12ab9979a8509 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -8,6 +8,7 @@ #include