Fixing after recent refactoring: Missing forward declaration.

This commit is contained in:
Vojtech Bubnik 2022-11-15 19:20:16 +01:00
parent 8190eb4fe6
commit 0a84421ea4

View File

@ -10,6 +10,11 @@
#include "SkeletalTrapezoidationEdge.hpp"
#include "SkeletalTrapezoidationJoint.hpp"
namespace Slic3r
{
class Line;
};
namespace Slic3r::Arachne
{