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 the build on vs2022 17.9.1 #2458

Merged
merged 1 commit into from
May 25, 2024

Conversation

LukeUsher
Copy link
Member

std::max_element is defined in <algorithm> so we were missing this required include
the longest_str call in DlgAbout was unable to be determined at compile time so is not suited for constexpr (not sure why this changed?)

@github-actions github-actions bot added the user interface GUI related label May 22, 2024
@medievil1
Copy link
Contributor

I could have sworn I submitted this like a year ago...lol
but yea, I had to do the exact same thing... and can confirm 100% it fixes the build issue

Copy link
Member

@PatrickvL PatrickvL left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks

@PatrickvL PatrickvL merged commit bfae571 into Cxbx-Reloaded:master May 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user interface GUI related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants