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

Add missing include for integer types #925

Merged
merged 1 commit into from
May 9, 2023

Conversation

Jan200101
Copy link
Contributor

Closes #924

uintptr_t and uint32 (and possibly more) were undefined because cstdint was not included.

@zeux
Copy link
Collaborator

zeux commented May 9, 2023

Please use stdint.h for consistency.

@zeux zeux merged commit 45c6476 into luau-lang:master May 9, 2023
@zeux
Copy link
Collaborator

zeux commented May 9, 2023

Thanks!

Ameobea added a commit to Ameobea/blackjack that referenced this pull request Sep 23, 2023
 * Bump `proc-macro2` to avoid unknown feature issue in modern nightly rust toolchains; see rust-lang/rust#113152
 * Bump `mlua` to latest version to work around bug (luau-lang/luau#924) fixed in latest version (luau-lang/luau#925)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Build error: "error: ‘uintptr_t’ was not declared in this scope"
2 participants