From 989e6ea5894f65d08ef015360bbfbf77d8bb889a Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 23 Nov 2012 14:04:14 +0000 Subject: [PATCH] Fix SWIG complaining about redefining uint8_t etc. --- library/bindings/PolyVoxCore.i | 1 + 1 file changed, 1 insertion(+) diff --git a/library/bindings/PolyVoxCore.i b/library/bindings/PolyVoxCore.i index 09fa805e..370f0b6b 100644 --- a/library/bindings/PolyVoxCore.i +++ b/library/bindings/PolyVoxCore.i @@ -1,6 +1,7 @@ %module PolyVoxCore #define POLYVOX_API +%include "PolyVoxCore/Impl/CompilerCapabilities.h" %include "Impl/TypeDef.h" #define __attribute__(x) //Silence DEPRECATED errors