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>2012-07-08 19:55:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-08 19:55:58 +0400
commit1bca7fe4927b2517cee02c43464df18144c8637e (patch)
treed99d2322d4940497b52a41d1cbf0a9c02f3a61d0 /source/blender/makesrna
parenteab80a40df94b2fedbf0f688248c654e215175f5 (diff)
parent76629c11ae4190b0eec2315360b1ec3379e751c3 (diff)
svn merge ^/trunk/blender -r48691:48729
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_mesh_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_mesh_api.c b/source/blender/makesrna/intern/rna_mesh_api.c
index ec03d452b57..fe18e6254d0 100644
--- a/source/blender/makesrna/intern/rna_mesh_api.c
+++ b/source/blender/makesrna/intern/rna_mesh_api.c
@@ -36,6 +36,8 @@
#include "BLO_sys_types.h"
+#include "BLI_utildefines.h"
+
#include "BKE_mesh.h"
#include "ED_mesh.h"