From 37098ea72ca158f81a2557f36971fde7e620a2a6 Mon Sep 17 00:00:00 2001 From: moisan Date: Mon, 23 Feb 2009 12:14:58 +0800 Subject: [PATCH] Include gsl_typemaps.i in Machine.i Signed-off-by: Jonathan "Duke" Leto --- swig/Machine.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/Machine.i b/swig/Machine.i index 3456aee..d01421b 100644 --- a/swig/Machine.i +++ b/swig/Machine.i @@ -1,5 +1,4 @@ %module "Math::GSL::Machine" -%include "typemaps.i" %{ #include "gsl/gsl_machine.h" @@ -7,3 +6,4 @@ %include "gsl/gsl_machine.h" %include "../pod/Machine.pod" +%include "gsl_typemaps.i" -- 2.11.4.GIT