mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-23 18:59:21 -07:00
Fix compilation on Windows
This commit is contained in:
@@ -420,9 +420,11 @@ GCodeSender::do_send(const std::string &line)
|
||||
this->can_send = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
REGISTER_CLASS(GCodeSender, "GCode::Sender");
|
||||
#include <myinit.h>
|
||||
__REGISTER_CLASS(Slic3r::GCodeSender, "GCode::Sender");
|
||||
#endif
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define slic3r_GCodeSender_hpp_
|
||||
#ifdef BOOST_LIBS
|
||||
|
||||
#include <myinit.h>
|
||||
#include <libslic3r/libslic3r.h>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user