diff options
Diffstat (limited to 'src/range/fwd.hpp')
-rw-r--r-- | src/range/fwd.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/range/fwd.hpp b/src/range/fwd.hpp index 0c22595..65fd010 100644 --- a/src/range/fwd.hpp +++ b/src/range/fwd.hpp @@ -21,8 +21,12 @@ # include "../sanity.hpp" + +namespace tmwa +{ // meh, add more when I feel like it template<class T> class Slice; +} // namespace tmwa #endif // TMWA_RANGE_FWD_HPP |