summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/isolang/inunx.cxx3
-rw-r--r--i18nlangtag/source/isolang/inwnt.cxx1
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx1
3 files changed, 4 insertions, 1 deletions
diff --git a/i18nlangtag/source/isolang/inunx.cxx b/i18nlangtag/source/isolang/inunx.cxx
index 2fb73df526f5..fd62c9462c37 100644
--- a/i18nlangtag/source/isolang/inunx.cxx
+++ b/i18nlangtag/source/isolang/inunx.cxx
@@ -27,8 +27,9 @@
#else // MACOSX
#include <rtl/string.hxx>
-
#endif // MACOSX
+
+#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include "i18nlangtag/languagetag.hxx"
#include "i18nlangtag/mslangid.hxx"
diff --git a/i18nlangtag/source/isolang/inwnt.cxx b/i18nlangtag/source/isolang/inwnt.cxx
index 33e9c3e25841..158dd8bdf627 100644
--- a/i18nlangtag/source/isolang/inwnt.cxx
+++ b/i18nlangtag/source/isolang/inwnt.cxx
@@ -29,6 +29,7 @@
#ifdef _MSC_VER
#pragma warning(pop)
#endif
+#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include "i18nlangtag/mslangid.hxx"
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index b3f76ceac6af..e3b6c9ec8858 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -15,6 +15,7 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>
#include <osl/file.hxx>
+#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include <rtl/locale.h>
#include <boost/unordered_set.hpp>