X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.C;h=35eecde79e0d2b268d4e26fdaa1ea6cb8f9ecb56;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=d8ca162657ee33a306e4e61c4b2836443fddaff3;hpb=342cdf432246110db37bee4e0aebb4b72c933ddb;p=lyx.git diff --git a/src/Spacing.C b/src/Spacing.C index d8ca162657..35eecde79e 100644 --- a/src/Spacing.C +++ b/src/Spacing.C @@ -19,6 +19,9 @@ #include +namespace lyx { + + using std::ostream; using std::ostringstream; using std::string; @@ -127,3 +130,6 @@ string const Spacing::writeEnvirEnd() const } return string(); } + + +} // namespace lyx