Skip to content

Commit

Permalink
PR #1739: container/internal: Explicitly include <cstdint>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
csfore authored and copybara-github committed Aug 5, 2024
1 parent 9cb5e5d commit 809e5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions absl/container/internal/container_memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <memory>
#include <new>
Expand Down

0 comments on commit 809e5de

Please sign in to comment.