Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-08-20 13:34:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-20 13:34:52 +0400
commit38338a51c92e3f47601199689c294da8a20bec18 (patch)
tree5126a8841dc87de0b81e09d9348e74fa550c0e0b /source/blender/python/bmesh/bmesh_py_types_customdata.c
parentf3654ce6b66ead081345f62aea3dec3461e4d1e2 (diff)
add is_finite_v# functions, use bool's
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_types_customdata.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types_customdata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types_customdata.c b/source/blender/python/bmesh/bmesh_py_types_customdata.c
index b0604fa2dbc..30902c615a1 100644
--- a/source/blender/python/bmesh/bmesh_py_types_customdata.c
+++ b/source/blender/python/bmesh/bmesh_py_types_customdata.c
@@ -32,6 +32,7 @@
#include <Python.h>
+#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_math_vector.h"