mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix errors with GCC when Vorbis decoding is enabled.
This commit is contained in:
@@ -1965,6 +1965,7 @@ mal_result mal_decoder_seek_to_frame(mal_decoder* pDecoder, mal_uint64 frameInde
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifdef MAL_IMPLEMENTATION
|
||||
#include <assert.h>
|
||||
#include <limits.h> // For INT_MAX
|
||||
|
||||
#ifdef MAL_WIN32
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user