diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index f887e56c7..54cfce686 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -205,6 +205,7 @@ decouple library dependencies with standard string, memory and so on. #include typedef uintptr_t wc_ptr_t; #else /* fallback to architecture size_t for pointer size */ + #include /* included for getting size_t type */ typedef size_t wc_ptr_t; #endif