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

Fix compilation on Nintendo Switch #2881

Closed
wants to merge 3 commits into from
Closed

Conversation

Mstrodl
Copy link

@Mstrodl Mstrodl commented Feb 27, 2021

Switch needs climits included for LLONG_MIN, LLONG_MAX, and ULLONG_MAX to be defined

@behdad
Copy link
Member

behdad commented Mar 1, 2021

We had an issue for this. Is a bad limits.h in the SDK. Anyway. I'm pushing a fix try.

behdad added a commit that referenced this pull request Mar 1, 2021
Remove unnecessary includes.

Fixes build with some known broken SDKs (Nintendo Switch?)

https://en.cppreference.com/w/cpp/header

Fixes #2881
behdad added a commit that referenced this pull request Mar 1, 2021
Remove unnecessary includes.

Fixes build with some known broken SDKs (Nintendo Switch?)

https://en.cppreference.com/w/cpp/header

Fixes #2881
@behdad behdad closed this in #2882 Mar 1, 2021
behdad added a commit that referenced this pull request Mar 1, 2021
Remove unnecessary includes.

Fixes build with some known broken SDKs (Nintendo Switch?)

https://en.cppreference.com/w/cpp/header

Fixes #2881
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