diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-17 17:50:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-17 17:50:56 +0200 |
commit | d388ef0b3b4eeca17580e19014cc148cd98de61f (patch) | |
tree | 682b121f9297ea8ba95b3a79d48dc7b1b992817f /bridges | |
parent | 9f072ee847164ae628d6378d30e27cb5022ce437 (diff) |
Blind fix attempt: include <osl/diagnose.h>
Change-Id: Ic734b56852212d4cee352fc3669dbb16838be8ae
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx index 1b54647c1d85..0d6a754d9187 100644 --- a/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cxx @@ -22,6 +22,7 @@ #include <rtl/alloc.h> #include <osl/mutex.hxx> +#include <osl/diagnose.h> #include <com/sun/star/uno/genfunc.hxx> #include "com/sun/star/uno/RuntimeException.hpp" |