From ebc4ab721b0371c0ef217c0f5bd7d42613e951e6 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 15 Mar 2021 11:59:05 +0800 Subject: refactor: post Optional<> removal cleanups --- src/interfaces/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index 50294ee375..3395741b1b 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -5,12 +5,12 @@ #ifndef BITCOIN_INTERFACES_CHAIN_H #define BITCOIN_INTERFACES_CHAIN_H -#include // For Optional and nullopt #include // For CTransactionRef #include // For util::SettingsValue #include #include +#include #include #include #include -- cgit v1.2.3