]> git.lyx.org Git - lyx.git/blobdiff - src/output_linuxdoc.h
Extracted from r14281
[lyx.git] / src / output_linuxdoc.h
index 9c8261cec9a6cee78f364f2e24aa7950b9bbd2e9..625bf4792688bf6c054f7d432362da2e7e66b538 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "ParagraphList_fwd.h"
 
+#include <iosfwd>
 
 class Buffer;
 class OutputParams;
@@ -24,6 +25,6 @@ void linuxdocParagraphs(Buffer const & buf,
                        ParagraphList const & paragraphs,
                        std::ostream & os,
                        OutputParams const & runparams);
-       
+
 
 #endif