summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-02-25 22:05:02 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-26 13:56:10 +0100
commitec147c723cc6266b596cde761986ee77fd383006 (patch)
treec75389a3c184a00640c30e70779874698e28bff1 /bridges
parent6ce8f5808d2d27ad1702559d8f7d1a94c886487a (diff)
Add missing include
Reviewed-on: https://gerrit.libreoffice.org/22708 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org> (cherry picked from commit 94f1950744612471679b392d3325023bd356eb55) Signed-off-by: Michael Stahl <mstahl@redhat.com> Change-Id: I454b39a76595aedbbe1ca64f9b1982e5c27623cd
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_intel/except.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index ccdf99300207..ec40be7fea06 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -28,6 +28,7 @@
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
#include <sal/log.hxx>
+#include <osl/mutex.hxx>
#include "com/sun/star/uno/Any.hxx"
#include <unordered_map>