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>2011-12-28 17:33:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-28 17:33:35 +0400
commit07afa420f2f273c58d6d054b9026c92e0ac98785 (patch)
treeaa15508d641ef30f6ae6b9877eabf5be4cc6eb85 /source/blender/makesdna/DNA_customdata_types.h
parent974c161b5077398bf79e57d4b9c4775619a8375f (diff)
parent1f02209957fc8afde957b48f1be41fc399a725b0 (diff)
svn merge ^/trunk/blender -r42920:42927
Diffstat (limited to 'source/blender/makesdna/DNA_customdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_customdata_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_customdata_types.h b/source/blender/makesdna/DNA_customdata_types.h
index b3ed49754ba..13a1f4fbe8a 100644
--- a/source/blender/makesdna/DNA_customdata_types.h
+++ b/source/blender/makesdna/DNA_customdata_types.h
@@ -36,6 +36,8 @@
extern "C" {
#endif
+#include "DNA_defs.h" /* USE_BMESH_FORWARD_COMPAT */
+
/** descriptor and storage for a custom data layer */
typedef struct CustomDataLayer {
int type; /* type of data in layer */