fix for building with py2.3

This commit is contained in:
2009-06-18 17:34:39 +00:00
parent 122b206de3
commit 025b6dcbc3
8 changed files with 25 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#define EXPP_Mathutils_H
#include <Python.h>
#include "../intern/bpy_compat.h"
#include "vector.h"
#include "matrix.h"
#include "quat.h"