X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVariables.C;h=3b3f6d4f9d25d2c4bf31272349b5139564d13997;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=67102ebc2ade1190911e069764dc5fd5cc04bccc;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/Variables.C b/src/Variables.C index 67102ebc2a..3b3f6d4f9d 100644 --- a/src/Variables.C +++ b/src/Variables.C @@ -66,6 +66,9 @@ string const Variables::expand(string const & s) const #ifdef TEST #include + + +namespace lyx { using std::endl; using std::cout; @@ -77,3 +80,6 @@ int main() { } #endif + + +} // namespace lyx