[Libreoffice-commits] core.git: bridges/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 5 06:26:34 UTC 2019


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

New commits:
commit 523dcbd046f200785c78bc6b23f4c04e38f25f47
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Mon Nov 4 23:04:06 2019 +0900
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Nov 5 07:25:29 2019 +0100

    typeinfo fix for x86
    
    Change-Id: Ic0a9dcb97cfda4155f33d9ad07a96db8960b57a0
    Reviewed-on: https://gerrit.libreoffice.org/82023
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
index 4f761ef3ed20..360abb038bec 100644
--- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx
@@ -20,7 +20,7 @@
 
 #include <sal/config.h>
 #include <malloc.h>
-#include <typeinfo.h>
+#include <typeinfo>
 #include <signal.h>
 
 #include <rtl/alloc.h>


More information about the Libreoffice-commits mailing list