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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 13:26:45 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 16:36:10 +0300
commitd9000495e1273052c895c754fd2aa56c9dbe6175 (patch)
treea036f59422d39dd7a6db95a9319231c67cf49d22 /source/blender/makesdna/DNA_meta_types.h
parent0012d54a70ac1dcd83531a32d1fe3ab017034e4b (diff)
Include file for DNA_DEPRECATED macro
Diffstat (limited to 'source/blender/makesdna/DNA_meta_types.h')
-rw-r--r--source/blender/makesdna/DNA_meta_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h
index 8bbe53b33a6..68d16700a73 100644
--- a/source/blender/makesdna/DNA_meta_types.h
+++ b/source/blender/makesdna/DNA_meta_types.h
@@ -32,6 +32,7 @@
#ifndef __DNA_META_TYPES_H__
#define __DNA_META_TYPES_H__
+#include "DNA_defs.h"
#include "DNA_listBase.h"
#include "DNA_ID.h"