diff options
Diffstat (limited to 'src/compat/fwd.hpp')
-rw-r--r-- | src/compat/fwd.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/compat/fwd.hpp b/src/compat/fwd.hpp index 45f3c24..7e2be28 100644 --- a/src/compat/fwd.hpp +++ b/src/compat/fwd.hpp @@ -23,5 +23,14 @@ namespace tmwa { + namespace option + { + template<class T> + class Option; + } + + template<class T> + class Borrowed; + // meh, add more when I feel like it } // namespace tmwa |