Skip to content

Commit 6993cbc

Browse files
csforeAdrian Freihofer
authored andcommitted
PR #1739: container/internal: Explicitly include <cstdint>
Imported from GitHub PR #1739 GCC 15 will no longer include <cstdint> by default, resulting in build failures in projects that do not explicitly include it. Merge faf1b03 into 9cb5e5d Merging this change closes #1739 COPYBARA_INTEGRATE_REVIEW=#1739 from csfore:gcc-15-fix faf1b03 PiperOrigin-RevId: 659637669 Change-Id: If14cb0e3522774cb700bd5a74abffb75feb7a0f5
1 parent 54fac21 commit 6993cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

absl/container/internal/container_memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <cassert>
1919
#include <cstddef>
20+
#include <cstdint>
2021
#include <cstring>
2122
#include <memory>
2223
#include <new>

0 commit comments

Comments
 (0)