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 imports for cstdint #486

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

benallard
Copy link
Contributor

@benallard benallard commented May 5, 2023

Closes #485

Copy link
Collaborator

@JesseFarebro JesseFarebro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these changes @benallard! Not sure how these were missed.

@@ -16,6 +16,8 @@
// $Id: Switches.cxx,v 1.7 2007/01/01 18:04:50 stephena Exp $
//============================================================================

#include <cstdint>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe Switches.hxx also uses uint8_t. Could you move this import into Switches.hxx instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, you're correct, done.

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit ebd64c0 into Farama-Foundation:master Dec 4, 2023
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.

Not building under arch
3 participants