From b534811477b2cacb793e867eac0ad38825ec2c00 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 9 Nov 2012 13:27:44 +0000 Subject: [PATCH] Explicitly include the TypeDef.h header in SWIG This time the bindings really should be fixed. --- library/bindings/PolyVoxCore.i | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bindings/PolyVoxCore.i b/library/bindings/PolyVoxCore.i index f669a6cc..ea3258e1 100644 --- a/library/bindings/PolyVoxCore.i +++ b/library/bindings/PolyVoxCore.i @@ -1,6 +1,7 @@ %module PolyVoxCore #define POLYVOX_API +%include "Impl/TypeDef.h" #define __attribute__(x) //Silence DEPRECATED errors //This macro allows us to use Python properties on our classes