Fixing after recent refactoring: Missing forward declaration.
This commit is contained in:
parent
8190eb4fe6
commit
0a84421ea4
@ -10,6 +10,11 @@
|
||||
#include "SkeletalTrapezoidationEdge.hpp"
|
||||
#include "SkeletalTrapezoidationJoint.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
class Line;
|
||||
};
|
||||
|
||||
namespace Slic3r::Arachne
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user