bsnes/nall - fix mysterious compile error

This commit is contained in:
zeromus 2015-06-18 03:02:36 +00:00
parent 0fcfcf3379
commit 4aa0813795
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
typedef float resample_coeff_t; // note: sizeof(resample_coeff_t) must be == to a power of 2, and not larger than 16
typedef float resample_samp_t;
#include <string>
#include <vector>
// ...but don't comment this single RESAMPLE_SSEREGPARM define out when disabling SSE.
#define RESAMPLE_SSEREGPARM