summaryrefslogtreecommitdiff
path: root/src/generic/db.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/db.hpp')
-rw-r--r--src/generic/db.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/db.hpp b/src/generic/db.hpp
index 0eac890..3caac91 100644
--- a/src/generic/db.hpp
+++ b/src/generic/db.hpp
@@ -24,6 +24,9 @@
# include <map>
# include <memory>
+
+namespace tmwa
+{
template<class K, class V>
class Map
{
@@ -176,5 +179,6 @@ public:
return impl.size();
}
};
+} // namespace tmwa
#endif // TMWA_GENERIC_DB_HPP