libslic3r: Fix Model declaration
src/libslic3r/Format/STEP.hpp:39:41: error: ‘Model’ has not been declared 39 | extern bool load_step(const char *path, Model *model, | ^~~~~
This commit is contained in:
parent
3547728ded
commit
9562692bc6
|
@ -12,6 +12,7 @@ namespace fs = boost::filesystem;
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
class Model;
|
||||||
class TriangleMesh;
|
class TriangleMesh;
|
||||||
class ModelObject;
|
class ModelObject;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue