Fix of Linux/OSX build

This commit is contained in:
bubnikv
2018-12-18 12:05:13 +01:00
parent 09eb79edc8
commit 61738c9d0f

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