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

Include <exception> to fix "std::terminate" errors #62

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

luciascarlet
Copy link
Contributor

Newer versions of libc++ removed the transitive include for <exception> (see https://reviews.llvm.org/D146097), which causes an error when compiling. This patch adds an explicit include for <exception> to resolve this issue.

@CLAassistant
Copy link

CLAassistant commented Apr 11, 2024

CLA assistant check
All committers have signed the CLA.

@abique
Copy link
Contributor

abique commented Apr 11, 2024

Thanks, indeed we need to include <exception> for std::terminate().

@abique abique merged commit 3ae81f0 into free-audio:main Apr 11, 2024
12 checks passed
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