diff options
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 |