diff options
author | Rene Engelhard <rene@debian.org> | 2014-11-23 19:12:56 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2014-11-23 19:12:56 +0100 |
commit | ec1cb10982decac402a2121e3d64e45d353f1758 (patch) | |
tree | 61b491ab0f60b179efc9d18ebe544fbf829e55f8 /bridges | |
parent | 7528b498b634f0d96a710afc7faf20299cc5792d (diff) |
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.cxx | 2 |
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) { |