common : add cstdio header

This commit is contained in:
Georgi Gerganov
2024-12-16 08:57:04 +02:00
parent d17e7139d8
commit 199579652e

View File

@ -1,5 +1,7 @@
#include "common-sdl.h"
#include <cstdio>
audio_async::audio_async(int len_ms) {
m_len_ms = len_ms;