]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
common : add cstdio header
authorGeorgi Gerganov <redacted>
Mon, 16 Dec 2024 06:57:04 +0000 (08:57 +0200)
committerGeorgi Gerganov <redacted>
Mon, 16 Dec 2024 06:57:04 +0000 (08:57 +0200)
examples/common-sdl.cpp

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