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