diff options
Diffstat (limited to 'tests/path_test.cpp')
-rw-r--r-- | tests/path_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path_test.cpp b/tests/path_test.cpp index 280f968..cf62340 100644 --- a/tests/path_test.cpp +++ b/tests/path_test.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include <raul/Path.h> +#include <raul/Path.hpp> using namespace std; using namespace Raul; |