X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=185b737d2096d1cda88608e67c46a5d621ad723c;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=f2a47b0de31e4ca81e261b1646b0bd4f5698af44;hpb=9d6cad3fe60696d795280a886623fdc9a89f9de6;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index f2a47b0de3..185b737d20 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -14,7 +14,10 @@ #include "ParagraphList_fwd.h" -#include +#include "support/docstream.h" + + +namespace lyx { class Buffer; class OutputParams; @@ -24,9 +27,12 @@ class TexRow; void latexParagraphs(Buffer const & buf, ParagraphList const & paragraphs, - std::ostream & ofs, + odocstream & ofs, TexRow & texrow, OutputParams const &, std::string const & everypar = std::string()); + +} // namespace lyx + #endif