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

New commits:
commit 9cb88b7f888907a72bb0cd274b85ea9f6557a4f1
Author:     Tomoyuki Kubota <himajin100...@gmail.com>
AuthorDate: Tue Sep 24 23:35:06 2019 +0900
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Mon Jan 31 17:07:29 2022 +0100

    latest update of Visual Studio complains about typeinfo.h
    
    Change-Id: If8643ddd823ec1c970a7211be1547853162659a0
    Reviewed-on: https://gerrit.libreoffice.org/79461
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx 
b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 090ec5c13e38..b4d231436440 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -240,7 +240,7 @@ void
 
 #include <malloc.h>
 #include <new.h>
-#include <typeinfo.h>
+#include <typeinfo>
 #include <signal.h>
 
 #include <rtl/alloc.h>

Reply via email to