diff options
Diffstat (limited to 'src/io/line.hpp')
-rw-r--r-- | src/io/line.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/line.hpp b/src/io/line.hpp index 510a8f5..f481505 100644 --- a/src/io/line.hpp +++ b/src/io/line.hpp @@ -28,6 +28,8 @@ # include "read.hpp" +namespace tmwa +{ namespace io { // TODO split this out @@ -103,5 +105,6 @@ namespace io bool is_open(); }; } // namespace io +} // namespace tmwa #endif // TMWA_IO_LINE_HPP |