Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Include SDL_assert.h to fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 21, 2013
1 parent 721a420 commit 215b9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/SDL_yuv_sw.c
Expand Up @@ -82,6 +82,7 @@
* SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/

#include "SDL_assert.h"
#include "SDL_video.h"
#include "SDL_cpuinfo.h"
#include "SDL_yuv_sw_c.h"
Expand Down

0 comments on commit 215b9eb

Please sign in to comment.