[all-commits] [llvm/llvm-project] e2f25a: [ADT] Add `<cstdint>` to SmallVector (#101761)
Sam James via All-commits
all-commits at lists.llvm.org
Sat Aug 10 02:52:35 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: e2f25af711425fb238317582441f4bda56131891
https://github.com/llvm/llvm-project/commit/e2f25af711425fb238317582441f4bda56131891
Author: Sam James <sam at gentoo.org>
Date: 2024-08-10 (Sat, 10 Aug 2024)
Changed paths:
M llvm/include/llvm/ADT/SmallVector.h
Log Message:
-----------
[ADT] Add `<cstdint>` to SmallVector (#101761)
SmallVector uses `uint32_t`, `uint64_t` without including `<cstdint>`
which fails to build w/ GCC 15 after a change in libstdc++ [0]
[0] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84a74e3076ee2
(cherry picked from commit 7e44305041d96b064c197216b931ae3917a34ac1)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list