From 492dec699be292a1ad5b0d8486afabe9c5abd645 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 18 Mar 2018 17:42:11 +1000 Subject: [PATCH] Fix errors with GCC when Vorbis decoding is enabled. --- mini_al.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_al.h b/mini_al.h index 0e66387d..0b704e8c 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1965,6 +1965,7 @@ mal_result mal_decoder_seek_to_frame(mal_decoder* pDecoder, mal_uint64 frameInde /////////////////////////////////////////////////////////////////////////////// #ifdef MAL_IMPLEMENTATION #include +#include // For INT_MAX #ifdef MAL_WIN32 #include