slic3r: patch to fix compile error if Boost > 1.55

This commit is contained in:
Marcus Boyd
2019-11-27 14:49:36 +01:00
committed by Bjørn Forsman
parent e237d88432
commit 4692b6e320
2 changed files with 19 additions and 2 deletions
@@ -0,0 +1,12 @@
diff --git a/xs/src/libslic3r/GCodeSender.hpp b/xs/src/libslic3r/GCodeSender.hpp
index cc0b2983..0f39f5a3 100644
--- a/xs/src/libslic3r/GCodeSender.hpp
+++ b/xs/src/libslic3r/GCodeSender.hpp
@@ -9,6 +9,7 @@
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <boost/thread.hpp>
+#include <boost/core/noncopyable.hpp>
namespace Slic3r {