Added missing declaration
This commit is contained in:
parent
fc2f0bad6e
commit
4606d8266a
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
Reference in a new issue