diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 18:18:06 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-01-06 18:18:06 +0100 |
commit | 2023a7904c5a6536546022423948ab53fb4b309a (patch) | |
tree | f55306e92e3202e92269e308a8df3c5090f67aa8 /lingucomponent/source/lingutil/lingutil.cxx | |
parent | 5c15c000c031a7e97a2d82b188349dcb89068662 (diff) |
DEV300 masterfix: #i10000#: add missing <string.h> includes; fix CR/LF
Diffstat (limited to 'lingucomponent/source/lingutil/lingutil.cxx')
-rw-r--r-- | lingucomponent/source/lingutil/lingutil.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index 2e00035628bc..5e9b0c8fa592 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -57,11 +57,14 @@ #include <set> #include <vector> +#include <string.h> #include <lingutil.hxx> #include <dictmgr.hxx> + + using ::com::sun::star::lang::Locale; using namespace ::com::sun::star; |