mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 07:13:14 +08:00
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…
x
Reference in New Issue
Block a user