diff options
author | Tomoyuki Kubota <himajin100000@gmail.com> | 2019-11-04 23:04:06 +0900 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-05 07:25:29 +0100 |
commit | 523dcbd046f200785c78bc6b23f4c04e38f25f47 (patch) | |
tree | 65795f803f1c6ced4be305d56fe8ce9d31213734 /bridges | |
parent | e5b74c7ed55838d91514dadad707cb4c74aeeb3e (diff) |
typeinfo fix for x86
Change-Id: Ic0a9dcb97cfda4155f33d9ad07a96db8960b57a0
Reviewed-on: https://gerrit.libreoffice.org/82023
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |