X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fio%2FFilesystemTest.hpp;h=60da69c963f7c45467f38f57eb642db8fd501d21;hb=ce10bfbe252d5598bbb559c6ce55aed1b9393227;hp=2b30c5e13388c0557537dfc670477f4ab89c5e83;hpb=ab5d0b96a74b0d8fb33a89c097ff9c7021349f56;p=blank.git diff --git a/tst/io/FilesystemTest.hpp b/tst/io/FilesystemTest.hpp index 2b30c5e..60da69c 100644 --- a/tst/io/FilesystemTest.hpp +++ b/tst/io/FilesystemTest.hpp @@ -1,11 +1,14 @@ #ifndef BLANK_TEST_IO_FILESYSTEMTEST_HPP #define BLANK_TEST_IO_FILESYSTEMTEST_HPP +#include "io/filesystem.hpp" + +#include #include #include -namespace blank { +namespace blank { namespace test { class FilesystemTest @@ -26,7 +29,7 @@ public: void testDirectory(); private: - std::string test_dir; + std::unique_ptr test_dir; };