office-gobmx/external/liborcus
Stephan Bergmann 1e51a325a8 Missing #include <stdint.h> in various external code
...which is a problem presumably since GCC 13 trunk
<https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=6f038efd93593da6e661b829d1bd3877e75550f1>
"libstdc++: Avoid including <cstdint> for std::char_traits".  (All the broken
C++ code used unqualified uintptr_t etc. rather than std::uintptr_t etc., so I
deemed it more appropriate to include <stdint.h> rather than <cstdint>.)

Change-Id: Id9dfc383c5986126a425971c4557b90ac45ac963
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134760
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-23 12:08:30 +02:00
..
inc/pch
ExternalPackage_liborcus.mk
ExternalProject_liborcus.mk
fix-pch.patch.0
forcepoint-83.patch.1
forcepoint-84.patch.1
forcepoint-87.patch.1
forcepoint-88.patch.1
forcepoint-95.patch.1
gcc9.patch.0
include.patch.0
liborcus_newline.patch.1
Library_orcus-parser.mk
Library_orcus.mk
libtool.patch.0
Makefile
Module_liborcus.mk
README
rpath.patch.0
std-get-busted.patch.1
UnpackedTarball_liborcus.mk
windows-constants-hack.patch

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