From b160486766653015e05f94b6c8742d76850e2556 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Thu, 27 Jul 2023 08:14:04 +0000 Subject: [PATCH] ecdsa_adaptor: add missing include --- include/secp256k1_ecdsa_adaptor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/secp256k1_ecdsa_adaptor.h b/include/secp256k1_ecdsa_adaptor.h index d887dab41..8b5baad00 100644 --- a/include/secp256k1_ecdsa_adaptor.h +++ b/include/secp256k1_ecdsa_adaptor.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include "secp256k1.h" + /** This module implements single signer ECDSA adaptor signatures following * "One-Time Verifiably Encrypted Signatures A.K.A. Adaptor Signatures" by * Lloyd Fournier