mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
13 lines
353 B
Diff
13 lines
353 B
Diff
|
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 {
|
||
|
|