include stddef.h for size_t

dev
MITSUNARI Shigeo 8 years ago
parent 405ea71301
commit ee949b06a9
  1. 1
      include/mcl/bn256_if.h

@ -7,6 +7,7 @@
http://opensource.org/licenses/BSD-3-Clause
*/
#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save