mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix compilation without trivstring
This commit is contained in:
parent
c86f299a50
commit
0b30253f2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user