Add retro_assert.h to sdl_gfx.c

This commit is contained in:
twinaphex 2016-02-13 04:49:42 +01:00
parent fed8570ec3
commit af1e698b05

View File

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <retro_assert.h>
#include <gfx/scaler/scaler.h>
#include "SDL.h"