diff options
Diffstat (limited to 'tests/smf_test.cpp')
-rw-r--r-- | tests/smf_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/smf_test.cpp b/tests/smf_test.cpp index 3396b90..3ca9715 100644 --- a/tests/smf_test.cpp +++ b/tests/smf_test.cpp @@ -1,7 +1,7 @@ #include <iostream> #include <string> -#include <raul/SMFReader.h> -#include <raul/SMFWriter.h> +#include <raul/SMFReader.hpp> +#include <raul/SMFWriter.hpp> using namespace std; using namespace Raul; |