diff options
author | Jim Posen <jimpo@coinbase.com> | 2018-01-23 17:25:30 -0800 |
---|---|---|
committer | Jim Posen <jim.posen@gmail.com> | 2018-08-25 10:02:37 -0700 |
commit | c1855f6052aca806fdb51be01b30dfeee8b55f40 (patch) | |
tree | 7bfbd95109be83236777956b9465727eba5cd3da /src/undo.h | |
parent | 53e7874e079f9ddfe8b176f11d46e6b59c7283d5 (diff) |
blockfilter: Construction of basic block filters.
Diffstat (limited to 'src/undo.h')
-rw-r--r-- | src/undo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/undo.h b/src/undo.h index a1398b7624..4a78238944 100644 --- a/src/undo.h +++ b/src/undo.h @@ -6,6 +6,7 @@ #ifndef BITCOIN_UNDO_H #define BITCOIN_UNDO_H +#include <coins.h> #include <compressor.h> #include <consensus/consensus.h> #include <primitives/transaction.h> |