bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d4098b162423ef377eb59e78fe0601947f9e1d9b Author: Tomoyuki Kubota <himajin100...@gmail.com> AuthorDate: Tue Sep 24 23:35:06 2019 +0900 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Wed Mar 12 04:35:29 2025 +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 8d49ff6dafd1..9934714eecab 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>