diff options
author | David Robillard <d@drobilla.net> | 2008-05-01 21:16:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-05-01 21:16:31 +0000 |
commit | 9c0d6de6406bee77c907d7e131b3bf5bcfbd0057 (patch) | |
tree | 6e2d9955c8d1e4d20036c631df38fcf9d9ef5d95 /tests/ringbuffer_test.cpp | |
parent | 0655c632293211d6e0a23b13e277604600c4b683 (diff) | |
download | raul-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/ringbuffer_test.cpp')
-rw-r--r-- | tests/ringbuffer_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |