Fixing after recent refactoring: Missing forward declaration.
This commit is contained in:
parent
8190eb4fe6
commit
0a84421ea4
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
#include "SkeletalTrapezoidationEdge.hpp"
|
||||
#include "SkeletalTrapezoidationJoint.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
class Line;
|
||||
};
|
||||
|
||||
namespace Slic3r::Arachne
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue