Skip to content

Fix issue #12: add missing #include <algorithm> #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mhucka
Copy link

@mhucka mhucka commented Apr 24, 2025

Resolves issue #12: error about "sort is not a member of std".

Presumably including algorithms was not needed in the past, and I don't know what version change in the toolchain (gcc perhaps?) resulted in this being needed now.

Resolves issue quantumlib#12: error about "sort is not a member of std".

Presumably including algorithms was not needed in the past, and I
don't know what version change in the toolchain (gcc perhaps?)
resulted in this being needed now.
@mhucka mhucka changed the title Fix #12: add missing #include <algorithm> Fix issue #12: add missing #include <algorithm> Apr 24, 2025
@mhucka mhucka requested a review from Strilanc April 24, 2025 23:12
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.

1 participant