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

Commits on Nov 16, 2024

  1. libslic3r: include tbb/spin_mutex to fix compilation error

    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 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cf6f79e View commit details
    Browse the repository at this point in the history