mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 18:24:28 +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;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
std::string log_memory_info()
|
||||||
|
{
|
||||||
|
return std::string();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}; // namespace Slic3r
|
}; // namespace Slic3r
|
||||||
|
Loading…
x
Reference in New Issue
Block a user