X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_sty.C;h=9b0874948cbdee87e7af05e71b81cd692bb80613;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=3bd1179874c40aa1318a2cc11458047af3dbff66;hpb=a392ba1c17c28445bd043567c9b775626cefff74;p=lyx.git diff --git a/src/lyx_sty.C b/src/lyx_sty.C index 3bd1179874..9b0874948c 100644 --- a/src/lyx_sty.C +++ b/src/lyx_sty.C @@ -12,6 +12,9 @@ #include "lyx_sty.h" + +namespace lyx { + using std::string; @@ -133,3 +136,6 @@ string const lyxgreyedout_def = string const lyxdot_def = "%% A simple dot to overcome graphicx limitations\n" "\\newcommand{\\lyxdot}{.}\n"; + + +} // namespace lyx