From 22223fa6c42106d663469099195af5cb66dad33e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 23 Feb 2017 04:41:28 +0100 Subject: [PATCH] Fix CXX_BUILD for audio_mixer --- deps/stb/stb_vorbis.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/stb/stb_vorbis.h b/deps/stb/stb_vorbis.h index d8a9adfac2..90b9b066af 100644 --- a/deps/stb/stb_vorbis.h +++ b/deps/stb/stb_vorbis.h @@ -51,6 +51,8 @@ #ifndef STB_VORBIS_INCLUDE_STB_VORBIS_H #define STB_VORBIS_INCLUDE_STB_VORBIS_H +#include + #if defined(STB_VORBIS_NO_CRT) && !defined(STB_VORBIS_NO_STDIO) #define STB_VORBIS_NO_STDIO 1 #endif