diff options
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index bc123dbccf21..20f159f4d171 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -11,6 +11,7 @@ #define INCLUDED_I18NLANGTAG_LANGUAGETAG_HXX #include <sal/config.h> +#include <rtl/locale.h> #include <rtl/ustring.hxx> #include <com/sun/star/lang/Locale.hpp> #include <i18nlangtag/i18nlangtagdllapi.h> @@ -19,9 +20,6 @@ #include <memory> #include <vector> -typedef struct _rtl_Locale rtl_Locale; // as in rtl/locale.h - - /** The ISO 639-2 code reserved for local use used to indicate that a css::Locale contains a BCP 47 string in its Variant field. The Locale's Language field then will contain this language code. |