]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.C
hopefully fix tex2lyx linking.
[lyx.git] / src / PrinterParams.C
index 0813327dcc386581472ba5114e91b378947bf521..fdef907ef7c7f9c6980edca75273afe87b1a2eed 100644 (file)
 #include <boost/assert.hpp>
 
 
+namespace lyx {
+
+using std::string;
+
+
 PrinterParams::PrinterParams(Target t,
                             string const & pname,
                             string const & fname,
@@ -77,3 +82,6 @@ void PrinterParams::testInvariant() const
        }
 #endif
 }
+
+
+} // namespace lyx