diff options
Diffstat (limited to 'src/compat/fwd.hpp')
-rw-r--r-- | src/compat/fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compat/fwd.hpp b/src/compat/fwd.hpp index 7e2be28..c16e196 100644 --- a/src/compat/fwd.hpp +++ b/src/compat/fwd.hpp @@ -28,6 +28,7 @@ namespace tmwa template<class T> class Option; } + using option::Option; template<class T> class Borrowed; |