summaryrefslogtreecommitdiff
path: root/src/generic/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/fwd.hpp')
-rw-r--r--src/generic/fwd.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/generic/fwd.hpp b/src/generic/fwd.hpp
index fcb1fab..93d664c 100644
--- a/src/generic/fwd.hpp
+++ b/src/generic/fwd.hpp
@@ -21,9 +21,13 @@
# include "../sanity.hpp"
+
+namespace tmwa
+{
// meh, add more when I feel like it
template<class T>
class dumb_ptr;
class dumb_string;
+} // namespace tmwa
#endif // TMWA_GENERIC_FWD_HPP