Commit 2db1d1db authored by Dominik Charousset's avatar Dominik Charousset

Add missing forward declaration

parent ae2137ea
...@@ -35,6 +35,7 @@ template <class> class behavior_type_of; ...@@ -35,6 +35,7 @@ template <class> class behavior_type_of;
template <class> class dictionary; template <class> class dictionary;
template <class> class downstream; template <class> class downstream;
template <class> class expected; template <class> class expected;
template <class> class intrusive_cow_ptr;
template <class> class intrusive_ptr; template <class> class intrusive_ptr;
template <class> class optional; template <class> class optional;
template <class> class param; template <class> class param;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment