diff options
author | jan iversen <jani@documentfoundation.org> | 2016-03-14 22:10:23 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-14 23:31:44 +0100 |
commit | 48c2e04bdb60429823cb8b12a14d954af544a2bf (patch) | |
tree | a4c5065547a6ab275ef646ee8416447f64f02cde /l10ntools/source/gLexXcu.l | |
parent | 575b1efb193ac5e921b83ead157c1c639aec0e92 (diff) |
genLang update
removed gL10nMemDB (combined with gL10nMemDB) to avoid CLANG problem.
removed (temporary) gL10nMem dependency on convPO (circular dep).
Change-Id: I17646be2ccc0feaaa8850a9b753f86c8c62e9f24
Diffstat (limited to 'l10ntools/source/gLexXcu.l')
-rw-r--r-- | l10ntools/source/gLexXcu.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/source/gLexXcu.l b/l10ntools/source/gLexXcu.l index 3d956aa2da18..b3095efe9e32 100644 --- a/l10ntools/source/gLexXcu.l +++ b/l10ntools/source/gLexXcu.l @@ -20,6 +20,10 @@ /*************** O V E R W R I T I N G F U N C T I O N S ***************/ %top{ +#include <string> +#include <vector> + +#include "gL10nMem.hxx" #include "gConvXcu.hxx" #define IMPLptr convert_gen_impl::mcImpl |