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

Fixed Linux compile error by adding missing header #1057

Closed
wants to merge 1 commit into from
Closed

Fixed Linux compile error by adding missing header #1057

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 15, 2023

Can someone test on windows to see if any problems occur?

Can someone test on windows to see if any problems occur?
@turol
Copy link

turol commented Sep 15, 2023

limits.h is a system header and so should be included with angle brackets like so:

#include <limits.h>

@protocultor
Copy link
Contributor

limits.h is a system header and so should be included with angle brackets like so:

#include <limits.h>

Yep, this is the actual solution. My apologies, should have tested my PR in more platforms.

@Yamagi
Copy link
Member

Yamagi commented Sep 15, 2023

I have merged #1059 with the same fix. Thank you.

@Yamagi Yamagi closed this Sep 15, 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.

3 participants