aboutsummaryrefslogtreecommitdiff
path: root/src/undo.h
diff options
context:
space:
mode:
authorJim Posen <jimpo@coinbase.com>2018-01-23 17:25:30 -0800
committerJim Posen <jim.posen@gmail.com>2018-08-25 10:02:37 -0700
commitc1855f6052aca806fdb51be01b30dfeee8b55f40 (patch)
tree7bfbd95109be83236777956b9465727eba5cd3da /src/undo.h
parent53e7874e079f9ddfe8b176f11d46e6b59c7283d5 (diff)
downloadbitcoin-c1855f6052aca806fdb51be01b30dfeee8b55f40.tar.xz
blockfilter: Construction of basic block filters.
Diffstat (limited to 'src/undo.h')
-rw-r--r--src/undo.h1
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>