summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-02-25 22:05:02 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2016-02-26 07:50:47 +0000
commit94f1950744612471679b392d3325023bd356eb55 (patch)
tree037f6a05533e04221fdade335bdae63b99729268 /bridges
parent30d8216ba3b471df7276abcd8c8744cd426e6967 (diff)
Add missing include
Change-Id: I454b39a76595aedbbe1ca64f9b1982e5c27623cd Reviewed-on: https://gerrit.libreoffice.org/22708 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
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>