From 856a6a560d039c45b229d3efeba1670bc20265f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Nov 2018 08:57:42 -1100 Subject: [PATCH] Include --- src/merkleblock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/merkleblock.cpp b/src/merkleblock.cpp index babaa8213..0e6215db5 100644 --- a/src/merkleblock.cpp +++ b/src/merkleblock.cpp @@ -8,7 +8,7 @@ #include "hash.h" #include "consensus/consensus.h" #include "utilstrencodings.h" - +#include "komodo_defs.h" using namespace std; CMerkleBlock::CMerkleBlock(const CBlock& block, CBloomFilter& filter)