summaryrefslogtreecommitdiff
path: root/src/ints/wrap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ints/wrap.hpp')
-rw-r--r--src/ints/wrap.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ints/wrap.hpp b/src/ints/wrap.hpp
index 71f2673..2573de5 100644
--- a/src/ints/wrap.hpp
+++ b/src/ints/wrap.hpp
@@ -25,6 +25,9 @@
# include <type_traits>
+
+namespace tmwa
+{
namespace ints
{
namespace wrapped
@@ -105,5 +108,6 @@ namespace ints
using ints::wrapped::Wrapped;
using ints::wrapped::unwrap;
using ints::wrapped::wrap;
+} // namespace tmwa
#endif // TMWA_INTS_WRAP_HPP