diff --git a/src/Makefile.am b/src/Makefile.am index 7ac685cffc..af0ce5848b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -310,6 +310,7 @@ BITCOIN_CORE_H = \ util/message.h \ util/moneystr.h \ util/ranges.h \ + util/underlying.h \ util/serfloat.h \ util/settings.h \ util/sock.h \ diff --git a/src/evo/providertx.cpp b/src/evo/providertx.cpp index 865dd0d527..26123cb63e 100644 --- a/src/evo/providertx.cpp +++ b/src/evo/providertx.cpp @@ -9,6 +9,7 @@ #include #include #include