X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flengthcommon.C;h=dde8d54c169c5440bd11972b6683fa774217f08b;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=0f5f1a3310030d7f09b748c006aec13aeb471a87;hpb=703448db7a14e3a77bd3367ca98b3cd956c61861;p=lyx.git diff --git a/src/lengthcommon.C b/src/lengthcommon.C index 0f5f1a3310..dde8d54c16 100644 --- a/src/lengthcommon.C +++ b/src/lengthcommon.C @@ -16,6 +16,9 @@ #include "gettext.h" + +namespace lyx { + using std::string; // I am not sure if "mu" should be possible to select (Lgb) @@ -43,3 +46,6 @@ LyXLength::UNIT unitFromString(string const & data) ++i; return static_cast(i); } + + +} // namespace lyx