Skip to content

Commit

Permalink
include oneapi/tbb/spin_mutex.h
Browse files Browse the repository at this point in the history
We need to include oneapi/tbb/spin_mutex.h to use tbb::spin_mutex.
  • Loading branch information
schiele committed Oct 9, 2024
1 parent fb032cd commit c5144d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libslic3r/PrintObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <oneapi/tbb/blocked_range.h>
#include <oneapi/tbb/concurrent_vector.h>
#include <oneapi/tbb/parallel_for.h>
#include <oneapi/tbb/spin_mutex.h>
#include <string_view>
#include <utility>

Expand Down

0 comments on commit c5144d3

Please sign in to comment.