Add performance.h header to sdl_gfx.c

This commit is contained in:
twinaphex 2015-01-22 00:26:50 +01:00
parent eb25b91e26
commit f1eee5554f

View File

@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include "../../general.h"
#include "../../performance.h"
#include <gfx/scaler/scaler.h>
#include "../video_viewport.h"
#include "../video_monitor.h"