[Bf-blender-cvs] [d9000495e12] master: Include file for DNA_DEPRECATED macro

Sybren A. Stüvel noreply at git.blender.org
Sun Oct 29 15:13:36 CET 2017


Commit: d9000495e1273052c895c754fd2aa56c9dbe6175
Author: Sybren A. Stüvel
Date:   Sun Oct 29 11:26:45 2017 +0100
Branches: master
https://developer.blender.org/rBd9000495e1273052c895c754fd2aa56c9dbe6175

Include file for DNA_DEPRECATED macro

===================================================================

M	source/blender/makesdna/DNA_meta_types.h

===================================================================

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"



More information about the Bf-blender-cvs mailing list