Added missing declaration
This commit is contained in:
parent
3c0e331363
commit
182e5ece2e
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ struct indexed_triangle_set;
|
||||||
|
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
#if ENABLE_GIZMO_MEASURE_WORLD_COORDINATES
|
||||||
|
class TriangleMesh;
|
||||||
|
#endif // ENABLE_GIZMO_MEASURE_WORLD_COORDINATES
|
||||||
|
|
||||||
namespace Measure {
|
namespace Measure {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue