diff options
Diffstat (limited to 'contrib/libc++/include/iosfwd')
-rw-r--r-- | contrib/libc++/include/iosfwd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libc++/include/iosfwd b/contrib/libc++/include/iosfwd index eccfd34..e4149ef 100644 --- a/contrib/libc++/include/iosfwd +++ b/contrib/libc++/include/iosfwd @@ -194,6 +194,11 @@ template <class _CharT, // for <stdexcept> typedef basic_string<char, char_traits<char>, allocator<char> > string; typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring; + +// Include other forward declarations here +template <class _Tp, class _Alloc = allocator<_Tp> > +class _LIBCPP_TYPE_VIS_ONLY vector; + _LIBCPP_END_NAMESPACE_STD #endif // _LIBCPP_IOSFWD |