summaryrefslogtreecommitdiff
path: root/l10ntools/source/gLexPo.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gLexPo.l')
-rw-r--r--l10ntools/source/gLexPo.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/gLexPo.l b/l10ntools/source/gLexPo.l
index 9faf94f53029..d390e007e3a8 100644
--- a/l10ntools/source/gLexPo.l
+++ b/l10ntools/source/gLexPo.l
@@ -37,6 +37,7 @@
%top{
#include <string>
#include <vector>
+using namespace std;
#include "gL10nMem.hxx"
#include "gConvPo.hxx"
@@ -44,7 +45,7 @@
#define IMPLptr convert_gen::mcImpl
#define LOCptr ((convert_po *)convert_gen::mcImpl)
-/* enlarge token buffer to tokenize whole std::strings */
+/* enlarge token buffer to tokenize whole strings */
#undef YYLMAX
#define YYLMAX 64000