summarylogtreecommitdiffstats
path: root/GCodeSender.hpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'GCodeSender.hpp.patch')
-rw-r--r--GCodeSender.hpp.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/GCodeSender.hpp.patch b/GCodeSender.hpp.patch
new file mode 100644
index 000000000000..74e379051741
--- /dev/null
+++ b/GCodeSender.hpp.patch
@@ -0,0 +1,12 @@
+*** Slic3r/xs/src/libslic3r/GCodeSender.hpp.orig 2019-01-18 14:44:59.937080503 -0600
+--- Slic3r/xs/src/libslic3r/GCodeSender.hpp 2019-01-18 14:51:05.906064638 -0600
+***************
+*** 8,13 ****
+--- 8,14 ----
+ #include <boost/asio.hpp>
+ #include <boost/bind.hpp>
+ #include <boost/thread.hpp>
++ #include <boost/core/noncopyable.hpp>
+
+ namespace Slic3r {
+