summaryrefslogtreecommitdiff
path: root/i18nlangtag/source/languagetag
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-17 22:45:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-18 18:51:48 +0100
commit721366ebe1605f6167cc46a05fba12ce884b92cf (patch)
tree49acfc5ec3ebce6e012d909fbc5ce879e3aeb91c /i18nlangtag/source/languagetag
parent537befbb2fd5f1587f7c9cd8c55498d29b713770 (diff)
cppu: clean up public headers with include-what-you-use
Unfortunately iwyu gets quite confused by the weird cyclic dependencies between various foo.h/foo.hxx and cppumaker generated headers, so it's not obvious if any improvement here is realistic... Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721
Diffstat (limited to 'i18nlangtag/source/languagetag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx1
1 files changed, 1 insertions, 0 deletions
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>