summaryrefslogtreecommitdiff
path: root/doc/doxygen/playback.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen/playback.txt')
-rw-r--r--doc/doxygen/playback.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxygen/playback.txt b/doc/doxygen/playback.txt
index 4d5a793..c291f5a 100644
--- a/doc/doxygen/playback.txt
+++ b/doc/doxygen/playback.txt
@@ -5,6 +5,7 @@ In this example, we provide a complete program that demonstrates the use of RtAu
\code
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
// Two-channel sawtooth wave generator.
int saw( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames,