Skip to content

Commit

Permalink
ecdsa_adaptor: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jul 27, 2023
1 parent 74d9073 commit b160486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/secp256k1_ecdsa_adaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b160486

Please sign in to comment.