fix(crypto): add missing header for size_t

pull/3532/head
matejcik 3 months ago committed by Jiří Musil
parent 63360a7417
commit ff26113083

@ -1,6 +1,8 @@
#ifndef ED25519_H
#define ED25519_H
#include <stddef.h>
#include "options.h"
#if defined(__cplusplus)

Loading…
Cancel
Save