benchmark.c: fix Jenkins failure where byte, word32 not defined

This commit is contained in:
Sean Parkinson
2022-05-24 12:10:01 +10:00
parent 465a6ceb64
commit fab9e29513

View File

@ -31,6 +31,7 @@
#include <wolfssl/options.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/types.h>
#include <wolfssl/version.h>
#include <wolfssl/wolfcrypt/wc_port.h>
#include <wolfssl/wolfcrypt/ecc.h>