mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 11:25:53 +08:00
Fixing after recent refactoring: Missing forward declaration.
This commit is contained in:
parent
8190eb4fe6
commit
0a84421ea4
@ -10,6 +10,11 @@
|
|||||||
#include "SkeletalTrapezoidationEdge.hpp"
|
#include "SkeletalTrapezoidationEdge.hpp"
|
||||||
#include "SkeletalTrapezoidationJoint.hpp"
|
#include "SkeletalTrapezoidationJoint.hpp"
|
||||||
|
|
||||||
|
namespace Slic3r
|
||||||
|
{
|
||||||
|
class Line;
|
||||||
|
};
|
||||||
|
|
||||||
namespace Slic3r::Arachne
|
namespace Slic3r::Arachne
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user