diff options
Diffstat (limited to 'test/path_test.cpp')
-rw-r--r-- | test/path_test.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/path_test.cpp b/test/path_test.cpp index 01f55c0..3b7b61b 100644 --- a/test/path_test.cpp +++ b/test/path_test.cpp @@ -14,10 +14,12 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ +#include "raul/Path.hpp" +#include "raul/Symbol.hpp" + #include <cstring> #include <iostream> - -#include "raul/Path.hpp" +#include <string> using namespace std; using namespace Raul; |