Skip to content

Instantly share code, notes, and snippets.

@ctag
Created January 18, 2019 21:27
Show Gist options
  • Save ctag/8250859c0d2dec32a049cd2a59b42579 to your computer and use it in GitHub Desktop.
Save ctag/8250859c0d2dec32a049cd2a59b42579 to your computer and use it in GitHub Desktop.
*** 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 {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment