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/SupportMaterial.xsp')
-rw-r--r--xs/xsp/SupportMaterial.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/SupportMaterial.xsp b/xs/xsp/SupportMaterial.xsp
index a0301f248..470cc3c61 100644
--- a/xs/xsp/SupportMaterial.xsp
+++ b/xs/xsp/SupportMaterial.xsp
@@ -1,6 +1,6 @@
%module{Slic3r::XS};
-#include <myinit.h>
+#include <xsinit.h>
#include "libslic3r/SupportMaterial.hpp"
%package{Slic3r::Print::SupportMaterial};