office-gobmx/external/liborcus
Stephan Bergmann a9976a958b external/liborcus: Missing includes
...as seen with recent GCC 11 trunk libstdc++:

> orcus_xlsx.cpp: In function ‘size_t orcus::{anonymous}::get_schema_rank(orcus::schema_t)’:
> orcus_xlsx.cpp:313:59: error: incomplete type ‘std::numeric_limits<long unsigned int>’ used in nested name specifier
>   313 |     return it == rank_map.end() ? numeric_limits<size_t>::max() : it->second;
>       |                                                           ^~~

etc.

Change-Id: If92cfb565ed9344b2ec1403793d7aeff8bd019ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104074
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-10-08 14:27:39 +02:00
..
inc/pch
ExternalPackage_liborcus.mk
ExternalProject_liborcus.mk
fix-pch.patch.0
gcc9.patch.0
include.patch.0 external/liborcus: Missing includes 2020-10-08 14:27:39 +02:00
Library_orcus-parser.mk
Library_orcus.mk
libtool.patch.0
Makefile
Module_liborcus.mk
README
rpath.patch.0
UnpackedTarball_liborcus.mk external/liborcus: Missing includes 2020-10-08 14:27:39 +02:00
windows-constants-hack.patch

[https://gitlab.com/orcus/orcus]
"Collection of parsers and import filters for spreadsheet documents."