1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix of Linux/OSX build

This commit is contained in:
bubnikv
2018-12-18 12:05:13 +01:00
parent df9abe7d78
commit b8c8dfbb2f
+5
View File
@@ -426,6 +426,11 @@ std::string log_memory_info()
return out;
}
#else
std::string log_memory_info()
{
return std::string();
}
#endif
}; // namespace Slic3r