From 6c35dd7e112d7295b7eb3029454d06a9d4969212 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 15 Jul 2019 12:15:10 +0200 Subject: [PATCH] Import stddef in tommath.h At least here (compiling for WebAssembly (`wasm32-unknown-unknown-wasm`), I need this, otherwise `size_t` is not available. --- tommath.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tommath.h b/tommath.h index ef7db3ae7..2af9072cb 100644 --- a/tommath.h +++ b/tommath.h @@ -5,6 +5,7 @@ #define BN_H_ #include +#include #include #ifdef LTM_NO_FILE