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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/xsp/Extruder.xsp')
-rw-r--r--xs/xsp/Extruder.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/Extruder.xsp b/xs/xsp/Extruder.xsp
index aac39c413..57c64d94c 100644
--- a/xs/xsp/Extruder.xsp
+++ b/xs/xsp/Extruder.xsp
@@ -1,7 +1,7 @@
%module{Slic3r::XS};
%{
-#include <myinit.h>
+#include <xsinit.h>
#include "libslic3r/Extruder.hpp"
%}