Fix CXX_BUILD for audio_mixer

This commit is contained in:
twinaphex 2017-02-23 04:41:28 +01:00
parent 1dcf57c046
commit 22223fa6c4
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@
#ifndef STB_VORBIS_INCLUDE_STB_VORBIS_H
#define STB_VORBIS_INCLUDE_STB_VORBIS_H
#include <assert.h>
#if defined(STB_VORBIS_NO_CRT) && !defined(STB_VORBIS_NO_STDIO)
#define STB_VORBIS_NO_STDIO 1
#endif