Added a forward declaration needed on GCC 9.4.0
This commit is contained in:
parent
50b7a1df9f
commit
5dd905fc8c
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
struct indexed_triangle_set;
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class TriangleMesh;
|
||||
|
|
Loading…
Reference in a new issue