From faeb6665362e35f573ad715ade0ef2db62d71839 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 23 Sep 2019 14:45:51 -0400 Subject: util: Add CHECK_NONFATAL and use it in src/rpc --- src/rpc/misc.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/rpc/misc.cpp') diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index d289274a3..d73dd6e52 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -3,15 +3,16 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include #include +#include #include #include #include #include #include