mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 05:43:14 +08:00
libslic3r: Add missing include for tbb::spin_mutex
src/libslic3r/Brim.cpp: In function ‘Slic3r::ExPolygons Slic3r::outer_inner_brim_area(const Print&, float, std::map<ObjectID, std::vector<ExPolygon> >&, std::map<ObjectID, std::vector<ExPolygon> >&, std::vector<std::pair<ObjectID, unsigned int> >&, std::vector<unsigned int>&)’: src/libslic3r/Brim.cpp:1084:18: error: ‘spin_mutex’ is not a member of ‘tbb’ 1084 | tbb::spin_mutex brimMutex; | ^~~~~~~~~~
This commit is contained in:
parent
5b446c8bc8
commit
6b025c3fa2
@ -12,6 +12,7 @@
|
||||
#include <numeric>
|
||||
#include <unordered_set>
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/spin_mutex.h>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user