summaryrefslogtreecommitdiff
path: root/src/io/write.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/write.hpp')
-rw-r--r--src/io/write.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/io/write.hpp b/src/io/write.hpp
index 1d67494..7e57841 100644
--- a/src/io/write.hpp
+++ b/src/io/write.hpp
@@ -27,6 +27,9 @@
# include "fd.hpp"
+
+namespace tmwa
+{
namespace io
{
class WriteFile
@@ -64,5 +67,6 @@ namespace io
__attribute__((format(printf, 2, 0)))
int do_vprint(WriteFile& out, const char *fmt, va_list ap);
} // namespace io
+} // namespace tmwa
#endif // TMWA_IO_WRITE_HPP