diff --git a/examples/client/client.c b/examples/client/client.c index be6367d84..d435950fe 100644 --- a/examples/client/client.c +++ b/examples/client/client.c @@ -44,6 +44,11 @@ #ifndef NO_WOLFSSL_CLIENT +#ifdef USE_FAST_MATH + /* included to inspect the size of FP_MAX_BITS */ + #include +#endif + #ifdef WOLFSSL_ASYNC_CRYPT static int devId = INVALID_DEVID; #endif