Added missing includes (GCC 11.1)
This commit is contained in:
parent
3cb8232e81
commit
7f29647d67
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <functional>
|
||||
#include <optional>
|
||||
|
||||
#include <libslic3r/OpenVDBUtils.hpp>
|
||||
#include <libslic3r/TriangleMesh.hpp>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define SLASUPPORTTREEALGORITHM_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
|
||||
#include <libslic3r/SLA/SupportTreeBuilder.hpp>
|
||||
#include <libslic3r/SLA/Clustering.hpp>
|
||||
|
|
Loading…
Reference in a new issue