summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-01 21:16:31 +0000
committerDavid Robillard <d@drobilla.net>2008-05-01 21:16:31 +0000
commit9c0d6de6406bee77c907d7e131b3bf5bcfbd0057 (patch)
tree6e2d9955c8d1e4d20036c631df38fcf9d9ef5d95 /tests
parent0655c632293211d6e0a23b13e277604600c4b683 (diff)
downloadraul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.tar.gz
raul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.tar.bz2
raul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.zip
GCC 4.3 fixes.
git-svn-id: http://svn.drobilla.net/lad/raul@1191 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r--tests/midi_ringbuffer_test.cpp1
-rw-r--r--tests/ringbuffer_test.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/midi_ringbuffer_test.cpp b/tests/midi_ringbuffer_test.cpp
index 2bf138c..98c251b 100644
--- a/tests/midi_ringbuffer_test.cpp
+++ b/tests/midi_ringbuffer_test.cpp
@@ -1,6 +1,7 @@
#include "raul/TimeStamp.hpp"
#include "raul/EventRingBuffer.hpp"
#include <iostream>
+#include <cstring>
#include "raul/midi_names.h"
using namespace std;
diff --git a/tests/ringbuffer_test.cpp b/tests/ringbuffer_test.cpp
index 851d7b9..162d984 100644
--- a/tests/ringbuffer_test.cpp
+++ b/tests/ringbuffer_test.cpp
@@ -1,4 +1,5 @@
#include <iostream>
+#include <cstring>
#include "raul/RingBuffer.hpp"
using namespace std;