mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 20:57:52 +00:00
common : add cstdio header
This commit is contained in:
parent
d17e7139d8
commit
199579652e
@ -1,5 +1,7 @@
|
|||||||
#include "common-sdl.h"
|
#include "common-sdl.h"
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
audio_async::audio_async(int len_ms) {
|
audio_async::audio_async(int len_ms) {
|
||||||
m_len_ms = len_ms;
|
m_len_ms = len_ms;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user