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:
Petr Ledvina 2014-05-02 14:08:44 +02:00
parent 31113b8a78
commit 028ef3a868
7 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,7 @@
%{
#include <myinit.h>
#include "Print.hpp"
#include "perlglue.hpp"
%}
%name{Slic3r::Print::State} class PrintState {