X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fio%2FFilesystemTest.hpp;h=60da69c963f7c45467f38f57eb642db8fd501d21;hb=5408130b6267448d0fddf4e3001fdc4b915e6496;hp=2b30c5e13388c0557537dfc670477f4ab89c5e83;hpb=292a23aab0c4d837cb69aafde45a4d0cab980782;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; };