Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly include cstdint for gcc13 #227

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Explicitly include cstdint for gcc13 #227

merged 1 commit into from
Feb 19, 2024

Conversation

league
Copy link
Collaborator

@league league commented Feb 19, 2024

My newish laptop has gcc13 by default. It needs explicit <cstdint> to define uint64_t and friends.

https://gcc.gnu.org/gcc-13/porting_to.html

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3c68028) 68.19% compared to head (b83f497) 68.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   68.19%   68.19%           
=======================================
  Files          65       65           
  Lines        5515     5515           
=======================================
  Hits         3761     3761           
  Misses       1754     1754           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@league league merged commit 7dc1c5c into master Feb 19, 2024
20 checks passed
@jaycedowell jaycedowell deleted the fix-gcc13-cstdint branch February 19, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant