Include new header in the template file also

This commit is contained in:
kaleb-himes
2025-11-20 09:40:18 -07:00
parent eeb2b09b23
commit 176801a21b

View File

@@ -62,6 +62,9 @@
#if defined(WC_NO_RNG)
#include <wolfssl/wolfcrypt/integer.h>
#else
#ifdef HAVE_ENTROPY_MEMUSE
#include <wolfssl/wolfcrypt/wolfentropy.h>
#endif
#include <wolfssl/wolfcrypt/random.h>
#endif
#include <wolfssl/wolfcrypt/coding.h>