From fa21ca09a807e18476babe2651ad62df6477bbf0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 20 Nov 2018 18:41:32 -0500 Subject: [PATCH] test: Add BOOST_REQUIRE to getters returning optional --- src/test/coins_tests.cpp | 9 +++++---- src/test/dbwrapper_tests.cpp | 8 ++++---- src/test/util_tests.cpp | 2 +- src/util/system.h | 4 ++-- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index 521312f1b7..d3cbaedf00 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -2,17 +2,18 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include +#include #include