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

libslic3r: include tbb/spin_mutex to fix compilation error #7505

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

Conversation

anarsoul
Copy link
Contributor

@anarsoul anarsoul commented Nov 16, 2024

PrintObject.cpp references tbb::spin_mutex, thus it needs to include tbb/spin_mutex. Otherwise compilation fails with:

error: ‘spin_mutex’ is not a member of ‘tbb’

Supersedes #7057

Description

Screenshots/Recordings/Graphs

Tests

PrintObject.cpp references tbb::spin_mutex, thus it needs to include
tbb/spin_mutex. Otherwise compilation fails with:

error: ‘spin_mutex’ is not a member of ‘tbb’

Supersedes SoftFever#7057
@anarsoul anarsoul force-pushed the libslic3er-missing-spin_mutex branch from be14083 to cf6f79e Compare November 16, 2024 23:57
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