]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.h
Fixed the tth HTML export feature.
[lyx.git] / src / support / lyxstring.h
index d78adfe03f3499c13573755f0a7483a39b5b46aa..91df64af7ba581335af870f8df27f8e764f97862 100644 (file)
@@ -29,6 +29,9 @@
 #include <config.h> // needed at least for compilers that do not
 #endif              // understand `explicit' (JMarc)
 
+#include "LOstream.h"
+#include "LIstream.h"
+
 #if 0
 #include <iterator>
 #endif
@@ -588,7 +591,6 @@ lyxstring operator+(lyxstring::value_type a, lyxstring const & b);
 lyxstring operator+(lyxstring const & a, lyxstring::value_type const * b);
 lyxstring operator+(lyxstring const & a, lyxstring::value_type b);
 
-class istream; class ostream;
 istream & operator>>(istream &, lyxstring &);
 ostream & operator<<(ostream &, lyxstring const &);
 istream & getline(istream &, lyxstring &, lyxstring::value_type delim = '\n');