Fix build on win
This commit is contained in:
parent
0d4c67b9a3
commit
3b7ea5587e
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@
|
|||
#include <tbb/mutex.h>
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/parallel_reduce.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
||||
#include <libslic3r/libslic3r.h>
|
||||
|
||||
namespace Slic3r {
|
||||
|
|
Loading…
Reference in a new issue