summaryrefslogtreecommitdiff
path: root/src/strings/mstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/mstring.hpp')
-rw-r--r--src/strings/mstring.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/mstring.hpp b/src/strings/mstring.hpp
index 47becc4..b1ecce3 100644
--- a/src/strings/mstring.hpp
+++ b/src/strings/mstring.hpp
@@ -23,6 +23,9 @@
# include <deque>
+
+namespace tmwa
+{
namespace strings
{
/// An owning string that is still expected to change.
@@ -62,5 +65,6 @@ namespace strings
char& back();
};
} // namespace strings
+} // namespace tmwa
#endif // TMWA_STRINGS_MSTRING_HPP