diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index b5815ee0b..92f0c07a8 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -1377,6 +1377,8 @@ struct CompareBlocksByHeight } }; +#include + UniValue getchaintips(const UniValue& params, bool fHelp) { if (fHelp || params.size() != 0)