diff options
author | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
commit | bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220 (patch) | |
tree | a3671ff3871af16576eb8b20258d1699821880cf /src/common/io/UnixFileStream.cpp | |
parent | dadfa6e184ff538763fd627c0d859ec85c047864 (diff) | |
parent | 46ced88c30eeb5f84b7fe78a36d18428babe4fcf (diff) | |
download | cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.gz cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.bz2 cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.zip |
Merge branch 'dev'
Diffstat (limited to 'src/common/io/UnixFileStream.cpp')
-rw-r--r-- | src/common/io/UnixFileStream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/io/UnixFileStream.cpp b/src/common/io/UnixFileStream.cpp index 9c9abba5..615c36f1 100644 --- a/src/common/io/UnixFileStream.cpp +++ b/src/common/io/UnixFileStream.cpp @@ -1,6 +1,7 @@ #include "cru/common/io/UnixFileStream.hpp" #include "cru/common/ErrnoException.hpp" #include "cru/common/io/OpenFileFlag.hpp" +#include "cru/common/Format.hpp" #include <fcntl.h> #include <sys/_types/_s_ifmt.h> |