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

build: explicitly add <cstdint> header #2777

Merged
merged 1 commit into from
May 10, 2023

Conversation

scarf005
Copy link
Member

@scarf005 scarf005 commented May 8, 2023

Summary

SUMMARY: Build "Explicitly add headers"

Purpose of change

fixes some complaints when using clang-16

Describe the solution

added <cstdint> where fixed-width intergers like uint32_t are used.

Testing

it built on my machine!

@github-actions github-actions bot added the src changes related to source code. label May 8, 2023
fixes some complaints when using clang-16
@scarf005 scarf005 merged commit 6d90772 into cataclysmbnteam:upload May 10, 2023
@scarf005 scarf005 deleted the cstdint branch May 10, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src changes related to source code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants