From 61c16339da4e80b1320a6296df6d96cd7a84bb4e Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 15 Jun 2020 14:29:29 -0400 Subject: walletdb: Move BDB specific things into bdb.{cpp/h} Leave wallet/db.{cpp/h} for generic WalletDatabase stuff. The BDB specific stuff goes into bdb.{cpp/h} --- src/qt/rpcconsole.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt') diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 0f89d4e6fe..dafd517ca8 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -24,6 +24,7 @@ #include #ifdef ENABLE_WALLET +#include #include #include #endif -- cgit v1.2.3