diff options
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; |