summaryrefslogtreecommitdiffstats
path: root/bridges
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2014-11-23 19:12:56 +0100
committerRene Engelhard <rene@debian.org>2014-11-23 19:12:56 +0100
commitec1cb10982decac402a2121e3d64e45d353f1758 (patch)
tree61b491ab0f60b179efc9d18ebe544fbf829e55f8 /bridges
parentfdo#85486 - Clean up unnecessary enumerations from xenum.hxx (diff)
downloadcore-ec1cb10982decac402a2121e3d64e45d353f1758.tar.gz
core-ec1cb10982decac402a2121e3d64e45d353f1758.zip
aarch63 bridges: add missing #include <osl/mutex.hxx>
Change-Id: Ie422682f38752a5f92336106d40c79d2bf9006c7
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) {