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:
authorPetr Ledvina <ledvinap@gmail.com>2014-05-02 16:08:44 +0400
committerPetr Ledvina <ledvinap@gmail.com>2014-05-02 16:08:44 +0400
commit028ef3a868e4ab67f8aae5c214d4736a3c899e30 (patch)
tree939d11022ed1d21358e8a2fd66aea1109fc2792e /xs/xsp/Extruder.xsp
parent31113b8a78900d352818f9e92a7b317d1524241d (diff)
Add missing perlglue.hpp to xsp files
perlglue was missing in some xsp files. If file ordering ib XS.c is changed, header file could be missing. Maybe solves #2000
Diffstat (limited to 'xs/xsp/Extruder.xsp')
-rw-r--r--xs/xsp/Extruder.xsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/Extruder.xsp b/xs/xsp/Extruder.xsp
index d80b34d62..86c4fd8e7 100644
--- a/xs/xsp/Extruder.xsp
+++ b/xs/xsp/Extruder.xsp
@@ -3,6 +3,7 @@
%{
#include <myinit.h>
#include "Extruder.hpp"
+#include "perlglue.hpp"
%}
%name{Slic3r::Extruder} class Extruder {