From fef5adcc331c4d7b92b71e03fc8a73343a865599 Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Mon, 20 Aug 2018 23:35:29 -0700 Subject: blockfilter: Use unordered_set instead of set in blockfilter. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 662c8bb4d8..6852ef408a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -183,6 +183,7 @@ BITCOIN_CORE_H = \ txmempool.h \ ui_interface.h \ undo.h \ + util/bytevectorhash.h \ util/system.h \ util/memory.h \ util/moneystr.h \ @@ -429,6 +430,7 @@ libbitcoin_util_a_SOURCES = \ support/cleanse.cpp \ sync.cpp \ threadinterrupt.cpp \ + util/bytevectorhash.cpp \ util/system.cpp \ util/moneystr.cpp \ util/strencodings.cpp \ -- cgit v1.2.3