From ec7b76cdfcef6cbadda33bd6471f18049f70f51b Mon Sep 17 00:00:00 2001 From: Vasilis Akoinoglou Date: Tue, 10 Sep 2024 11:26:24 +0300 Subject: [PATCH] Imported --- Sources/secp256k1/scalar_4x64_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/secp256k1/scalar_4x64_impl.h b/Sources/secp256k1/scalar_4x64_impl.h index 685bc99e6..a4529bad0 100755 --- a/Sources/secp256k1/scalar_4x64_impl.h +++ b/Sources/secp256k1/scalar_4x64_impl.h @@ -3,6 +3,7 @@ * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* **********************************************************************/ +#include #ifndef SECP256K1_SCALAR_REPR_IMPL_H #define SECP256K1_SCALAR_REPR_IMPL_H