Fix compilation without trivstring

This commit is contained in:
Georg Baum 2014-12-07 20:39:31 +01:00
parent c86f299a50
commit 0b30253f2b

View File

@ -100,9 +100,9 @@ template <typename Char> bool operator==(Char const * lhs, trivial_string<Char>
template <typename Char>
std::basic_ostream<Char, std::char_traits<Char> > &
operator<<(std::basic_ostream<Char, std::char_traits<Char> > &, trivial_string<Char> const &);
} // namespace lyx
#else
#include <string>
#endif
} // namespace lyx
#endif