From: Georgi Gerganov Date: Mon, 16 Dec 2024 06:57:04 +0000 (+0200) Subject: common : add cstdio header X-Git-Tag: upstream/1.7.4~91 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=199579652e57d46d83749652c12ee7577d5f8872;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp common : add cstdio header --- diff --git a/examples/common-sdl.cpp b/examples/common-sdl.cpp index 5329ec73..b61f8cff 100644 --- a/examples/common-sdl.cpp +++ b/examples/common-sdl.cpp @@ -1,5 +1,7 @@ #include "common-sdl.h" +#include + audio_async::audio_async(int len_ms) { m_len_ms = len_ms;