summaryrefslogtreecommitdiff
path: root/BUCK
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-23 10:21:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-05-23 12:08:30 +0200
commit1e51a325a8e21eb5f900336a0c9e1bd78ed330ab (patch)
tree4f2caf2f76be2b46d956dbfd129c8fd02b671112 /BUCK
parentc8d4ae2ad0cfdac770d897e7aca72fbb4a87765f (diff)
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>
Diffstat (limited to 'BUCK')
0 files changed, 0 insertions, 0 deletions