mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
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
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
%{
|
||||
#include <myinit.h>
|
||||
#include "Geometry.hpp"
|
||||
#include "perlglue.hpp"
|
||||
%}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user