Add math.h header include in 2xbr.c

This commit is contained in:
twinaphex 2015-01-16 06:34:45 +01:00
parent 9ce792036d
commit cdd94de71d

View File

@ -36,6 +36,7 @@
#include "softfilter.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef RARCH_INTERNAL
#define softfilter_get_implementation twoxbr_get_implementation