mirror of https://github.com/libsdl-org/SDL.git
Added missing include
This commit is contained in:
parent
a541e2ac10
commit
bac7eeaaae
|
|
@ -21,6 +21,7 @@
|
|||
#include "SDL_internal.h"
|
||||
|
||||
#include "SDL_sysaudio.h"
|
||||
#include "SDL_audioresample.h"
|
||||
|
||||
/* SDL's resampler uses a "bandlimited interpolation" algorithm:
|
||||
https://ccrma.stanford.edu/~jos/resample/ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue