]> git.lyx.org Git - lyx.git/blobdiff - src/output.h
hopefully fix tex2lyx linking.
[lyx.git] / src / output.h
index 97492883f98a4aaa814ec4e044f4c3d6580f175a..b2294e6de66c8e0e92926391276973812ae9e777 100644 (file)
 #ifndef OUTPUT_H
 #define OUTPUT_H
 
-#include <iosfwd>
+#include "support/docstream.h"
+
+
+namespace lyx {
 
 bool openFileWrite(std::ofstream & ofs, std::string const & fname);
+bool openFileWrite(odocfstream & ofs, std::string const & fname);
+
+
+} // namespace lyx
 
 #endif