diff options
Diffstat (limited to 'tests/ringbuffer_test.cpp')
-rw-r--r-- | tests/ringbuffer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ringbuffer_test.cpp b/tests/ringbuffer_test.cpp index 01f136f..851d7b9 100644 --- a/tests/ringbuffer_test.cpp +++ b/tests/ringbuffer_test.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include "raul/RingBuffer.h" +#include "raul/RingBuffer.hpp" using namespace std; using namespace Raul; |