1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +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; return out;
} }
#else
std::string log_memory_info()
{
return std::string();
}
#endif #endif
}; // namespace Slic3r }; // namespace Slic3r