diff --git a/Libraries/LibCrypto/BigInt/TommathForward.h b/Libraries/LibCrypto/BigInt/TommathForward.h index e8f6fdfbcf8..33def098d32 100644 --- a/Libraries/LibCrypto/BigInt/TommathForward.h +++ b/Libraries/LibCrypto/BigInt/TommathForward.h @@ -6,8 +6,15 @@ #pragma once +#include +#include + extern "C" { +#if defined(AK_OS_WINDOWS) +typedef uint32_t mp_digit; +#else typedef uint64_t mp_digit; +#endif typedef int mp_sign; // This is a workaround for the fact that Tommath doesn't have a proper