Fix errors with GCC when Vorbis decoding is enabled.

This commit is contained in:
David Reid
2018-03-18 17:42:11 +10:00
parent 326f268b8f
commit 492dec699b
+1
View File
@@ -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>