diff --git a/include/dpp/bignum.h b/include/dpp/bignum.h index 4ae6980955..d3078f22fd 100644 --- a/include/dpp/bignum.h +++ b/include/dpp/bignum.h @@ -58,7 +58,7 @@ class DPP_EXPORT bignumber { * * @param p Pointer to the `openssl_bignum` instance to delete. */ - void operator()(openssl_bignum* p) const noexcept; + DPP_EXPORT void operator()(openssl_bignum* p) const noexcept; }; /**