From 199579652e57d46d83749652c12ee7577d5f8872 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 16 Dec 2024 08:57:04 +0200 Subject: [PATCH] common : add cstdio header --- examples/common-sdl.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;