summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2009-01-29 19:00:08 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:24 +0200
commitad768de27c78093a6000a4f00d1baeca8ca5ce37 (patch)
treeebddb56a9c682726a8bc2219f498ad8ca54926fb /tests
parentd80e83b7145a6c2ecaa6d7fc6ade83ef124515a1 (diff)
Various updates and fixes before 4.0.5 release (GS).
Diffstat (limited to 'tests')
-rw-r--r--tests/duplex.cpp2
-rw-r--r--tests/playraw.cpp2
-rw-r--r--tests/playsaw.cpp1
-rw-r--r--tests/record.cpp2
-rw-r--r--tests/testall.cpp2
5 files changed, 9 insertions, 0 deletions
diff --git a/tests/duplex.cpp b/tests/duplex.cpp
index f416bad..125b56e 100644
--- a/tests/duplex.cpp
+++ b/tests/duplex.cpp
@@ -10,6 +10,8 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
+#include <cstring>
/*
typedef signed long MY_TYPE;
diff --git a/tests/playraw.cpp b/tests/playraw.cpp
index 13e8b49..1ab1600 100644
--- a/tests/playraw.cpp
+++ b/tests/playraw.cpp
@@ -11,6 +11,8 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
+#include <cstring>
/*
typedef char MY_TYPE;
diff --git a/tests/playsaw.cpp b/tests/playsaw.cpp
index d477297..019963b 100644
--- a/tests/playsaw.cpp
+++ b/tests/playsaw.cpp
@@ -10,6 +10,7 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
/*
typedef signed long MY_TYPE;
diff --git a/tests/record.cpp b/tests/record.cpp
index 22bcaac..a56f351 100644
--- a/tests/record.cpp
+++ b/tests/record.cpp
@@ -11,6 +11,8 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
+#include <cstring>
/*
typedef char MY_TYPE;
diff --git a/tests/testall.cpp b/tests/testall.cpp
index 1f3ea26..bd9ca74 100644
--- a/tests/testall.cpp
+++ b/tests/testall.cpp
@@ -10,6 +10,8 @@
#include "RtAudio.h"
#include <iostream>
+#include <cstdlib>
+#include <cstring>
#define BASE_RATE 0.005
#define TIME 1.0