diff options
| author | Jim Posen <[email protected]> | 2018-01-23 17:25:30 -0800 |
|---|---|---|
| committer | Jim Posen <[email protected]> | 2018-08-25 10:02:37 -0700 |
| commit | c1855f6052aca806fdb51be01b30dfeee8b55f40 (patch) | |
| tree | 7bfbd95109be83236777956b9465727eba5cd3da /src/undo.h | |
| parent | blockfilter: Simple test for GCSFilter construction and Match. (diff) | |
| download | discoin-c1855f6052aca806fdb51be01b30dfeee8b55f40.tar.xz discoin-c1855f6052aca806fdb51be01b30dfeee8b55f40.zip | |
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 a1398b762..4a7823894 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> |