diff --git a/src/Makefile.am b/src/Makefile.am index 972a3e279bf..2b389e4b0ab 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 f2bf4a8af35..12ab9979a85 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -8,6 +8,7 @@ #include