diff options
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r-- | test/ringbuffer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 59529e8..c623166 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -3,7 +3,7 @@ #undef NDEBUG -#include "raul/RingBuffer.hpp" +#include <raul/RingBuffer.hpp> #include <cassert> #include <climits> |