summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2014-11-23 19:12:56 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-25 12:38:53 +0100
commit1112b24bd8e7dfbd1731ea0ea2f9b082dd6a7cf6 (patch)
tree2b6680c883af9fe17543478b9b7b429f38ccd07c /bridges
parent9e3f12cdfa32ae3a6252d6942a1da4812db786c2 (diff)
aarch63 bridges: add missing #include <osl/mutex.hxx>
Change-Id: Ie422682f38752a5f92336106d40c79d2bf9006c7 (cherry picked from commit ec1cb10982decac402a2121e3d64e45d353f1758)
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
index b6d8cb667791..cdfaea21ebe5 100644
--- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx
@@ -41,6 +41,8 @@
#include <abi.hxx>
+#include <osl/mutex.hxx>
+
namespace {
OUString toUnoName(char const * name) {