Fix of Linux/OSX build

This commit is contained in:
bubnikv 2018-12-18 12:05:13 +01:00
parent df9abe7d78
commit b8c8dfbb2f

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