From d09071da5bc997f2de1f55ca7a9babc3d7619329 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 11 Sep 2021 10:29:00 +0800 Subject: [MOVEONLY] consensus: move amount.h into consensus Move amount.h to consensus/amount.h. Renames, adds missing and removes uneeded includes. --- src/rpc/util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/util.cpp') diff --git a/src/rpc/util.cpp b/src/rpc/util.cpp index 2059628b54..2d7f5f2894 100644 --- a/src/rpc/util.cpp +++ b/src/rpc/util.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include #include #include -- cgit v1.2.3