Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-12-08 13:07:45 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-08 13:07:45 +0300
commite2f2761a001cccf8775e39355c81ef4918774c81 (patch)
tree9952732b52f2675368e0b9cffbafd00dad900132 /xs/xsp/GCodeSender.xsp
parent9f90b2a1bf96a2d86039aeb59b297047bef87d09 (diff)
One more fix for compilation
Diffstat (limited to 'xs/xsp/GCodeSender.xsp')
-rw-r--r--xs/xsp/GCodeSender.xsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/GCodeSender.xsp b/xs/xsp/GCodeSender.xsp
index 9ff9281bf..9c55194e5 100644
--- a/xs/xsp/GCodeSender.xsp
+++ b/xs/xsp/GCodeSender.xsp
@@ -3,6 +3,7 @@
#ifdef BOOST_LIBS
%{
+#include <xsinit.h>
#include "libslic3r/GCodeSender.hpp"
%}