From ee949b06a9c89e544aa837e36544967e5e929517 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 21 Feb 2017 12:08:46 +0900 Subject: [PATCH] include stddef.h for size_t --- include/mcl/bn256_if.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mcl/bn256_if.h b/include/mcl/bn256_if.h index a7870f4..d8254a4 100644 --- a/include/mcl/bn256_if.h +++ b/include/mcl/bn256_if.h @@ -7,6 +7,7 @@ http://opensource.org/licenses/BSD-3-Clause */ #include +#include #ifdef __cplusplus extern "C" {