Various updates and fixes before 4.0.5 release (GS).
[rtaudio-cdist.git] / doc / doxygen / playback.txt
index 4d5a793be4e50b8755427f133ab8f30fd862e804..c291f5ae18af548a56f1b2d5eba852274e001a09 100644 (file)
@@ -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,