Spaces:
Running
Running
common : add cstdio header
Browse files- examples/common-sdl.cpp +2 -0
examples/common-sdl.cpp
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
#include "common-sdl.h"
|
| 2 |
|
|
|
|
|
|
|
| 3 |
audio_async::audio_async(int len_ms) {
|
| 4 |
m_len_ms = len_ms;
|
| 5 |
|
|
|
|
| 1 |
#include "common-sdl.h"
|
| 2 |
|
| 3 |
+
#include <cstdio>
|
| 4 |
+
|
| 5 |
audio_async::audio_async(int len_ms) {
|
| 6 |
m_len_ms = len_ms;
|
| 7 |
|