diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 14:54:10 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-09-28 15:09:48 +0100 |
commit | 00004ec8ca531698f72f7a1e99ef130ccfd5dd36 (patch) | |
tree | 67ca8fb055c35675ce7e0cb56c5a94bca08cf73b /unotools | |
parent | 950090c5d5be46d40a5f09e8e8295e36215d1dd8 (diff) |
add missing dependent include
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/syslocaleoptions.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/inc/unotools/syslocaleoptions.hxx b/unotools/inc/unotools/syslocaleoptions.hxx index 7d70ebd589b3..becd4bc23df4 100644 --- a/unotools/inc/unotools/syslocaleoptions.hxx +++ b/unotools/inc/unotools/syslocaleoptions.hxx @@ -37,6 +37,7 @@ #include <i18npool/lang.h> #include <tools/string.hxx> #include <unotools/options.hxx> +#include <com/sun/star/lang/Locale.hpp> // bits for broadcasting hints of changes in a SfxSimpleHint, may be combined const sal_uLong SYSLOCALEOPTIONS_HINT_LOCALE = 0x00000001; |