mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fix of Linux/OSX build
This commit is contained in:
parent
df9abe7d78
commit
b8c8dfbb2f
1 changed files with 5 additions and 0 deletions
|
@ -426,6 +426,11 @@ std::string log_memory_info()
|
|||
return out;
|
||||
}
|
||||
|
||||
#else
|
||||
std::string log_memory_info()
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
#endif
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue