mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Fix build on win and rpi
This commit is contained in:
parent
399c5a9c98
commit
7158690ddd
4 changed files with 6 additions and 6 deletions
|
@ -748,7 +748,7 @@ void SupportTreeBuildsteps::filter()
|
|||
}
|
||||
};
|
||||
|
||||
ccr::for_each(0ul, filtered_indices.size(),
|
||||
ccr::for_each(size_t(0), filtered_indices.size(),
|
||||
[this, &filterfn, &filtered_indices] (size_t i) {
|
||||
filterfn(filtered_indices[i], i, m_cfg.head_back_radius_mm);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue