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 the std integer declarations #882

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

ebknudsen
Copy link
Contributor

Please follow these guidelines when making a Pull Request.
This template was adapted from here and here.

Description

Explicitly include the definition of int32_t

Motivation and Context

Fixes a compile blocking error on some systems

Changes

bugfix

Behavior

On some systems depending on the pedanticness of the compiler, not including this header can cause the compilation to fail. Using gcc 13 on my system.

Other Information

Experienced the issue with gcc-13

@gonuke
Copy link
Member

gonuke commented Jun 16, 2023

Thanks @ebknudsen

@gonuke gonuke merged commit 28082ee into svalinn:develop Jun 16, 2023
8 checks passed
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.

None yet

2 participants