mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Remove Boost from distribution and fix some more things for Windows compilation
This commit is contained in:
@@ -424,7 +424,9 @@ GCodeSender::do_send(const std::string &line)
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
#include <myinit.h>
|
||||
__REGISTER_CLASS(Slic3r::GCodeSender, "GCode::Sender");
|
||||
namespace Slic3r {
|
||||
__REGISTER_CLASS(GCodeSender, "GCode::Sender");
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user