diff options
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r-- | l10ntools/inc/lngmerge.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx index b5df781cc5e2..7dbe884bb868 100644 --- a/l10ntools/inc/lngmerge.hxx +++ b/l10ntools/inc/lngmerge.hxx @@ -27,8 +27,9 @@ ************************************************************************/ // local includes #include "export.hxx" +#include <vector> -DECLARE_LIST( LngLineList, ByteString * ) +typedef ::std::vector< ByteString* > LngLineList; #define LNG_OK 0x0000 #define LNG_FILE_NOTFOUND 0x0001 |