]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.cpp
tex2lyx/text.cpp: \InsetSpace has no begin and end (LyX 1.5 was tolerant to the missi...
[lyx.git] / src / tex2lyx / gettext.cpp
index c49bb929b0ad3d2c7115246c6622af8fd145a81f..55e50ec39af1a41ed64cba5ccd681fc7c188fde9 100644 (file)
 #include "support/gettext.h"
 #include "../support/docstring.h"
 
+using namespace std;
 
 namespace lyx {
 
 
-docstring const _(std::string const & str)
+docstring const _(string const & str)
 {
        return from_ascii(str);
 }