diff options
Diffstat (limited to 'test/double_buffer_test.cpp')
-rw-r--r-- | test/double_buffer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/double_buffer_test.cpp b/test/double_buffer_test.cpp index dbdaa4b..6c49524 100644 --- a/test/double_buffer_test.cpp +++ b/test/double_buffer_test.cpp @@ -3,7 +3,7 @@ #undef NDEBUG -#include "raul/DoubleBuffer.hpp" +#include <raul/DoubleBuffer.hpp> #include <cassert> |