diff options
author | crupest <crupest@outlook.com> | 2022-01-25 17:48:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-25 17:48:53 +0800 |
commit | 71c01a175a939d1a519ab235fdfdeec1101f8b84 (patch) | |
tree | 5d639e2f7bdfd08348e41bb2a64c67f0c5662d2f /test/common | |
parent | 839292efaaf8d997b2cbca7abae8c6e575f6c01a (diff) | |
download | cru-71c01a175a939d1a519ab235fdfdeec1101f8b84.tar.gz cru-71c01a175a939d1a519ab235fdfdeec1101f8b84.tar.bz2 cru-71c01a175a939d1a519ab235fdfdeec1101f8b84.zip |
...
Diffstat (limited to 'test/common')
-rw-r--r-- | test/common/io/UnixFileStreamTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/common/io/UnixFileStreamTest.cpp b/test/common/io/UnixFileStreamTest.cpp index 1b73dd3b..cdc749ba 100644 --- a/test/common/io/UnixFileStreamTest.cpp +++ b/test/common/io/UnixFileStreamTest.cpp @@ -1,5 +1,5 @@ #include "cru/common/io/OpenFileFlag.hpp" -#include "cru/common/io/UnixFileStream.hpp" +#include "cru/common/platform/unix/UnixFileStream.hpp" #include <gtest/gtest.h> @@ -9,6 +9,7 @@ TEST(UnixFileStream, Work) { using namespace cru; using namespace cru::io; + using namespace cru::platform::unix; auto temp_file_path = (std::filesystem::temp_directory_path() / "cru_test_temp.XXXXXX") |