[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - bridges/source

David Ostrovsky david at ostrovsky.org
Fri Feb 26 12:58:22 UTC 2016


 bridges/source/cpp_uno/msvc_win32_intel/except.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ec147c723cc6266b596cde761986ee77fd383006
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Thu Feb 25 22:05:02 2016 +0100

    Add missing include
    
    Reviewed-on: https://gerrit.libreoffice.org/22708
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Ostrovsky <david at ostrovsky.org>
    (cherry picked from commit 94f1950744612471679b392d3325023bd356eb55)
    Signed-off-by: Michael Stahl <mstahl at redhat.com>
    
    Change-Id: I454b39a76595aedbbe1ca64f9b1982e5c27623cd

diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index ccdf993..ec40be7 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>


More information about the Libreoffice-commits mailing list