X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPrinterParams.C;h=fdef907ef7c7f9c6980edca75273afe87b1a2eed;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=850eedf279d55a14295a6cb11d69ecfbd6fec250;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/PrinterParams.C b/src/PrinterParams.C index 850eedf279..fdef907ef7 100644 --- a/src/PrinterParams.C +++ b/src/PrinterParams.C @@ -16,6 +16,9 @@ #include + +namespace lyx { + using std::string; @@ -79,3 +82,6 @@ void PrinterParams::testInvariant() const } #endif } + + +} // namespace lyx