8000 Add cstdint include needed for gcc 13.2 by glennhickey · Pull Request #18 · Kmer-File-Format/kff-cpp-api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add cstdint include needed for gcc 13.2 #18

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

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

glennhickey
Copy link
Contributor

This project won't build on Ubuntu 22.04.1 / GCC 13.2 due tons of errors of the form:

/home/hickey/dev/kff-cpp-api/main.cpp:202:1: note: ‘uint8_t’ is defined in header ‘’; did you forget to ‘#include ’?
/home/hickey/dev/kff-cpp-api/main.cpp:216:6: error: variable or field ‘uint8_unpacking’ declared void
216 | void uint8_unpacking(uint8_t packed, char * decoded, size_t size);

This PR resolves this by adding the missing <cstdint> include.

@yoann-dufresne yoann-dufresne merged commit 469ecbd into Kmer-File-Format:main Sep 10, 2024
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.

2 participants
0