mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fix of Linux/OSX build
This commit is contained in:
@@ -426,6 +426,11 @@ std::string log_memory_info()
|
|||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
std::string log_memory_info()
|
||||||
|
{
|
||||||
|
return std::string();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}; // namespace Slic3r
|
}; // namespace Slic3r
|
||||||
|
|||||||
Reference in New Issue
Block a user