Skip to content

Commit

Permalink
Added missing SDL_assert.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 28, 2013
1 parent 57bd514 commit 17c9ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/SDL_render.c
Expand Up @@ -22,6 +22,7 @@

/* The SDL 2D rendering system */

#include "SDL_assert.h"
#include "SDL_hints.h"
#include "SDL_log.h"
#include "SDL_render.h"
Expand Down

0 comments on commit 17c9ff8

Please sign in to comment.