aboutsummaryrefslogtreecommitdiff
path: root/src/common/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/io')
-rw-r--r--src/common/io/UnixFileStream.cpp1
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>