Skip to content

Commit

Permalink
Add cdstdint include to Abseil header (#210)
Browse files Browse the repository at this point in the history
* add cdstdint include to abseil header

* NEWS bullet
  • Loading branch information
paleolimbot authored Dec 27, 2022
1 parent dbb8cda commit c317e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Fixed test for `as.data.frame()` for `s2_cell()` to comply with new wk
version and the latest release of R (#207).
- Fix unary union of an empty multipolygon (#208).
- Added `#include <cstdint>` to an Abseil header to fix compilation with
gcc13 (#209, #210).

# s2 1.1.1

Expand Down
1 change: 1 addition & 0 deletions src/absl/strings/internal/str_format/extension.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <limits.h>

#include <cstddef>
#include <cstdint>
#include <cstring>
#include <ostream>

Expand Down

0 comments on commit c317e8e

Please sign in to comment.