From 4c0fcb2de52424ce6177528016b1a8f77818f561 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:45:24 +0100 Subject: [PATCH] Fix headers in `testrand_impl.h` --- src/testrand_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/testrand_impl.h b/src/testrand_impl.h index b84f5730a9..6e3fce6b49 100644 --- a/src/testrand_impl.h +++ b/src/testrand_impl.h @@ -10,9 +10,10 @@ #include #include #include +#include #include "testrand.h" -#include "hash.h" +#include "hash_impl.h" #include "util.h" static uint64_t secp256k1_test_state[4];