diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index 7158cd21c..5e04ff41b 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -1009,7 +1009,9 @@ typedef ptrdiff_t FT_PtrDist; #if BEZIER_USE_DDA +#ifdef __SSE2__ #include +#endif static void gray_render_conic( RAS_ARG_ const FT_Vector* control,