Files
loongoffice/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
..
2020-09-21 20:10:38 +02:00
2020-09-12 05:49:10 +02:00
2020-09-12 05:49:10 +02:00

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