From 9cae3d5e94f4481e0d251c924314e57187a07a60 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 27 Oct 2019 21:14:42 +0000 Subject: tests: Add fuzzer initialization (hold ECCVerifyHandle) --- src/test/fuzz/script_flags.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/test/fuzz/script_flags.cpp') diff --git a/src/test/fuzz/script_flags.cpp b/src/test/fuzz/script_flags.cpp index 0bf5cd5c7..08622d097 100644 --- a/src/test/fuzz/script_flags.cpp +++ b/src/test/fuzz/script_flags.cpp @@ -2,8 +2,10 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include