diff options
Diffstat (limited to 'src/range/fwd.hpp')
-rw-r--r-- | src/range/fwd.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/range/fwd.hpp b/src/range/fwd.hpp index 31263fb..0c22595 100644 --- a/src/range/fwd.hpp +++ b/src/range/fwd.hpp @@ -22,5 +22,7 @@ # include "../sanity.hpp" // meh, add more when I feel like it +template<class T> +class Slice; #endif // TMWA_RANGE_FWD_HPP |