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 <[email protected]> AuthorDate: Tue Sep 24 23:35:06 2019 +0900 Commit: Thorsten Behrens <[email protected]> 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 <[email protected]> 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>
