1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Remove Boost from distribution and fix some more things for Windows compilation

This commit is contained in:
Alessandro Ranellucci
2015-11-06 11:34:37 +01:00
parent e7d2be842d
commit ca48501f91
1644 changed files with 8 additions and 308678 deletions
+3 -1
View File
@@ -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