mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 19:41:47 +08:00
Fix of Linux/OSX build
This commit is contained in:
parent
df9abe7d78
commit
b8c8dfbb2f
@ -426,6 +426,11 @@ std::string log_memory_info()
|
||||
return out;
|
||||
}
|
||||
|
||||
#else
|
||||
std::string log_memory_info()
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
#endif
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
Loading…
x
Reference in New Issue
Block a user