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/eval_script.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/test/fuzz/eval_script.cpp') diff --git a/src/test/fuzz/eval_script.cpp b/src/test/fuzz/eval_script.cpp index 9444cd489e..7acdd76857 100644 --- a/src/test/fuzz/eval_script.cpp +++ b/src/test/fuzz/eval_script.cpp @@ -2,12 +2,19 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include