From 2315830491b2cfa6b6e3e277700238e5ac92a8e0 Mon Sep 17 00:00:00 2001 From: chinggg <24590067+chinggg@users.noreply.github.com> Date: Sat, 16 Jul 2022 09:41:50 +0800 Subject: [PATCH] fuzz: Fix assert bug in txorphan target --- src/test/fuzz/txorphan.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/test/fuzz/txorphan.cpp b/src/test/fuzz/txorphan.cpp index d318baa6a22..b18d7832591 100644 --- a/src/test/fuzz/txorphan.cpp +++ b/src/test/fuzz/txorphan.cpp @@ -3,8 +3,10 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include +#include #include +#include +#include #include #include