Add missing includes

to fix compilation on linux
This commit is contained in:
tamasmeszaros 2022-11-24 12:26:22 +01:00
parent 602c48a116
commit 75a25b5ad7
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <functional>
#include <optional>
#include <numeric>
#include <unordered_set>
#include <libslic3r/OpenVDBUtils.hpp>
#include <libslic3r/TriangleMesh.hpp>

View File

@ -9,6 +9,8 @@
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.h>
#include <boost/log/trivial.hpp>
namespace Slic3r {
// Same as walls() but with identical higher and lower polygons.