bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 417021241dddc33b496fa435991f90393344f00e Author: Tomoyuki Kubota <himajin100...@gmail.com> AuthorDate: Mon Nov 4 23:04:06 2019 +0900 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Wed Mar 12 05:26:06 2025 +0100 typeinfo fix for x86 Change-Id: Ic0a9dcb97cfda4155f33d9ad07a96db8960b57a0 Reviewed-on: https://gerrit.libreoffice.org/82023 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@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>