Skip to content

Commit 1995796

Browse files
committed
common : add cstdio header
1 parent d17e713 commit 1995796

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/common-sdl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "common-sdl.h"
22

3+
#include <cstdio>
4+
35
audio_async::audio_async(int len_ms) {
46
m_len_ms = len_ms;
57

0 commit comments

Comments
 (0)