source/src/video/yuv2rgb/yuv_rgb.c
@@ -2,6 +2,8 @@ // Distributed under BSD 3-Clause License #include "../../SDL_internal.h" #if SDL_HAVE_YUV #include "yuv_rgb.h" #include "SDL_cpuinfo.h" @@ -685,3 +687,4 @@ #endif //__SSE2__ #endif /* SDL_HAVE_YUV */