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: added missing headers #468

Merged
merged 1 commit into from May 10, 2023

Conversation

Shin-Ogata
Copy link
Member

This is a PR to resolve #467
In GCC 11 environment, it seems that std::numeric_limits cannot be resolved in scan_setup.cu with existing header includes, and <limits> needs to be added explicitly.
The following changes have little impact, and I think they are valid in environments other than GCC 11.

  • resolve std::numeric_limits

- resolve std::numeric_limits
@TomonobuTsujikawa TomonobuTsujikawa self-assigned this May 10, 2023
@TomonobuTsujikawa TomonobuTsujikawa merged commit d693395 into sony:master May 10, 2023
@TomonobuTsujikawa TomonobuTsujikawa added the release-note-bugfix Auto-release; Bug fixes label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-bugfix Auto-release; Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot compile with GCC 11 due to missing limits header
2 participants