bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 94f1950744612471679b392d3325023bd356eb55 Author: David Ostrovsky <[email protected]> Date: Thu Feb 25 22:05:02 2016 +0100 Add missing include Change-Id: I454b39a76595aedbbe1ca64f9b1982e5c27623cd Reviewed-on: https://gerrit.libreoffice.org/22708 Tested-by: Jenkins <[email protected]> Reviewed-by: David Ostrovsky <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
