From 7227a8180a70cb6e01c2c14e399283adaf6a5f58 Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Tue, 23 Oct 2018 11:44:22 -0500 Subject: [PATCH] [rpc] Fixup for network difficulty merge --- src/rpc/blockchain.cpp | 5 +++-- src/rpc/blockchain.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 4d68642ee..e74af89a2 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include